Package | Description |
---|---|
com.intuit.oauth2.config |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.fromValue(String value) |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Config.getScopeValue(Scope scope)
Returns the scope value based on the Enum supplied
|
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Config.prepareUrl(List<Scope> scopes,
String redirectUri)
Prepares URL to call the OAuth2 authorization endpoint using Scope and redirectURL that is supplied.
|
String |
OAuth2Config.prepareUrl(List<Scope> scopes,
String redirectUri,
String csrfToken)
Prepares URL to call the OAuth2 authorization endpoint using Scope, CSRF and redirectURL that is supplied
|
Copyright © 2017. All rights reserved.