Uses of Class
org.wildfly.security.http.oidc.AccessAndIDTokenResponse
-
Packages that use AccessAndIDTokenResponse Package Description org.wildfly.security.http.oidc -
-
Uses of AccessAndIDTokenResponse in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return AccessAndIDTokenResponse Modifier and Type Method Description static AccessAndIDTokenResponse
ServerRequest. getBearerToken(OidcClientConfiguration oidcClientConfiguration, String username, String password)
static AccessAndIDTokenResponse
ServerRequest. invokeAccessCodeToToken(OidcClientConfiguration deployment, String code, String redirectUri)
static AccessAndIDTokenResponse
ServerRequest. invokeRefresh(OidcClientConfiguration deployment, String refreshToken)
-