public class AuthorizationClientProperties extends Object
| Constructor and Description |
|---|
AuthorizationClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
AADAuthorizationGrantType |
getAuthorizationGrantType() |
List<String> |
getScopes() |
boolean |
isOnDemand()
Deprecated.
|
void |
setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType) |
void |
setOnDemand(boolean onDemand)
Deprecated.
|
void |
setScopes(List<String> scopes) |
public AADAuthorizationGrantType getAuthorizationGrantType()
public void setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType)
@Deprecated @DeprecatedConfigurationProperty(reason="The AuthorizationGrantType of on-demand clients should be authorization_code.", replacement="Set oauth client AuthorizationGrantType to authorization_code, which means it\'s on-demand.") public boolean isOnDemand()
@Deprecated public void setOnDemand(boolean onDemand)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.