Uses of Class
com.azure.spring.aad.AADAuthorizationGrantType
-
Packages that use AADAuthorizationGrantType Package Description com.azure.spring.aad Package com.azure.spring.aadcom.azure.spring.aad.webapp Package com.azure.spring.aad.webappcom.azure.spring.autoconfigure.b2c Package com.azure.spring.autoconfigure.b2c -
-
Uses of AADAuthorizationGrantType in com.azure.spring.aad
Methods in com.azure.spring.aad that return AADAuthorizationGrantType Modifier and Type Method Description static AADAuthorizationGrantTypeAADAuthorizationGrantType. 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. -
Uses of AADAuthorizationGrantType in com.azure.spring.aad.webapp
Methods in com.azure.spring.aad.webapp that return AADAuthorizationGrantType Modifier and Type Method Description AADAuthorizationGrantTypeAuthorizationClientProperties. getAuthorizationGrantType()Gets the authorization grant type.Methods in com.azure.spring.aad.webapp with parameters of type AADAuthorizationGrantType Modifier and Type Method Description voidAuthorizationClientProperties. setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType)Sets the authorization grant type. -
Uses of AADAuthorizationGrantType in com.azure.spring.autoconfigure.b2c
Methods in com.azure.spring.autoconfigure.b2c that return AADAuthorizationGrantType Modifier and Type Method Description AADAuthorizationGrantTypeAuthorizationClientProperties. getAuthorizationGrantType()Gets the authorization grant type.Methods in com.azure.spring.autoconfigure.b2c with parameters of type AADAuthorizationGrantType Modifier and Type Method Description voidAuthorizationClientProperties. setAuthorizationGrantType(AADAuthorizationGrantType authorizationGrantType)Sets the authorization grant type.
-