| Package | Description |
|---|---|
| io.mangoo.enums.oauth | |
| io.mangoo.utils |
| Modifier and Type | Method and Description |
|---|---|
static OAuthProvider |
OAuthProvider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthProvider[] |
OAuthProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<OAuthProvider> |
RequestUtils.getOAuthProvider(String oauth)
Returns an OAuthProvider based on a given string
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<com.github.scribejava.core.oauth.OAuthService> |
RequestUtils.createOAuthService(OAuthProvider oAuthProvider)
Creates an OAuthService for authentication a user with OAuth
|
Copyright © 2016. All rights reserved.