public class AuthorizationClientProperties extends Object
| Constructor and Description |
|---|
AuthorizationClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
AADAuthorizationGrantType |
getAuthorizationGrantType() |
List<String> |
getScopes() |
boolean |
isOnDemand() |
void |
setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType) |
void |
setOnDemand(boolean onDemand) |
void |
setScopes(List<String> scopes) |
public AADAuthorizationGrantType getAuthorizationGrantType()
public void setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType)
public boolean isOnDemand()
public void setOnDemand(boolean onDemand)
Copyright © 2021 Microsoft Corporation. All rights reserved.