| Package | Description |
|---|---|
| com.bynder.sdk.model.oauth | |
| com.bynder.sdk.query.oauth |
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GrantType |
TokenQuery.getGrantType() |
| Constructor and Description |
|---|
TokenQuery(String clientId,
String clientSecret,
GrantType grantType,
String refreshToken) |
TokenQuery(String clientId,
String clientSecret,
URI redirectUri,
GrantType grantType,
String scope,
String code) |
Copyright © 2022. All rights reserved.