Package com.ocient.auth
package com.ocient.auth
-
ClassDescriptionFrom https://developer.okta.com/docs/guides/configure-native-sso/mainFrom https://developer.okta.com/docs/guides/configure-native-sso/mainAuthorizationCodeBundle: This class implements
Tokenjust to reuse the existing handshake plumbing.The PKCE-enhanced Authorization Code Flow introduces a secret created by the calling application that can be verified by the authorization server; this secret is called the Code Verifier.The authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.AuthorizationDeviceCodeBundle: This class implementsTokenjust to reuse the existing handshake plumbing.The Device Authorization Grant is an extension that enables devices with no browser or limited input capability to use OAuth.From https://datatracker.ietf.org/doc/html/rfc8628Token(s) received from an OAuth 2.0 Token EndpointOpenIDAuthenticators.TokenPoller<T extends Token>