Uses of Class
com.azure.spring.aad.AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter
-
Packages that use AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter Package Description com.azure.spring.aad.webapp Package com.azure.spring.aad.webappcom.azure.spring.autoconfigure.b2c Package com.azure.spring.autoconfigure.b2c -
-
Uses of AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter in com.azure.spring.aad.webapp
Subclasses of AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter in com.azure.spring.aad.webapp Modifier and Type Class Description classAADOAuth2AuthorizationCodeGrantRequestEntityConverterUsed to set "scope" parameter when use "auth-code" to get "access_token". -
Uses of AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter in com.azure.spring.autoconfigure.b2c
Subclasses of AbstractOAuth2AuthorizationCodeGrantRequestEntityConverter in com.azure.spring.autoconfigure.b2c Modifier and Type Class Description classAADB2COAuth2AuthorizationCodeGrantRequestEntityConverterUsed to set azure service header tag when use "auth-code" to get "access_token".
-