public class AuthorizationClientProperties extends Object
| Constructor and Description |
|---|
AuthorizationClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
AADAuthorizationGrantType |
getAuthorizationGrantType() |
List<String> |
getScopes() |
void |
setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType) |
void |
setScopes(List<String> scopes) |
public AADAuthorizationGrantType getAuthorizationGrantType()
public void setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.