| Package | Description |
|---|---|
| com.azure.spring.cloud.autoconfigure.aad.core | |
| com.azure.spring.cloud.autoconfigure.aad.properties |
| Modifier and Type | Method and Description |
|---|---|
static AADAuthorizationGrantType |
AADAuthorizationGrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AADAuthorizationGrantType[] |
AADAuthorizationGrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AADAuthorizationGrantType |
AuthorizationClientProperties.getAuthorizationGrantType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationClientProperties.setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.