Uses of Class
com.ocient.auth.OpenIDAuthenticators.OAuthToken
Packages that use OpenIDAuthenticators.OAuthToken
-
Uses of OpenIDAuthenticators.OAuthToken in com.ocient.auth
Subclasses of OpenIDAuthenticators.OAuthToken in com.ocient.authModifier and TypeClassDescriptionstatic classFrom https://developer.okta.com/docs/guides/configure-native-sso/mainMethods in com.ocient.auth that return OpenIDAuthenticators.OAuthTokenModifier and TypeMethodDescriptionOktaAuthenticators.OktaNativeSSOClient.exchangeForOAuthToken(OktaAuthenticators.OktaNativeSSOToken oktaToken) Sends a request to the /token endpoint for the Authorization Server that issued this device token.Methods in com.ocient.auth that return types with arguments of type OpenIDAuthenticators.OAuthTokenModifier and TypeMethodDescriptionOpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant<OpenIDAuthenticators.OAuthToken> OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.create(ClientWireProtocol.OpenIDAuthenticator authenticator) OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant<OpenIDAuthenticators.OAuthToken> OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.create(ClientWireProtocol.OpenIDAuthenticator authenticator, Map<String, String> additionalParameters) Begins the OAuth 2.0 Authorization Code w/ PKCE FlowOpenIDAuthenticators.DeviceAuthorizationGrantClient.create(ClientWireProtocol.OpenIDAuthenticator authenticator) Calls the /device endpoint found in the discovery document to obtain the unique device verification code and the verification URI.static OpenIDAuthenticators.AuthorizationCodeWithPKCEClient.AuthorizationCodeGrant<OpenIDAuthenticators.OAuthToken> OktaAuthenticators.OktaAuthenticationClient.exchangeSessionToken(OpenIDAuthenticators.AuthorizationCodeWithPKCEClient client, ClientWireProtocol.OpenIDAuthenticator authenticator, String sessionToken) Exchanges the given session token for an OAuth Token