Package com.okta.oauth2

Types

Link copied to clipboard
class AuthorizationCodeFlow

AuthorizationCodeFlow encapsulates the behavior required to authentication using an OIDC Browser redirect flow.

Link copied to clipboard
class DeviceAuthorizationFlow

An authentication flow class that implements the Device Authorization Grant flow exchange.

Link copied to clipboard
class RedirectEndSessionFlow

RedirectEndSessionFlow encapsulates the behavior required to logout using an OIDC Browser redirect flow.

Link copied to clipboard
class ResourceOwnerFlow

An authentication flow class that implements the Resource Owner Flow exchange.

Link copied to clipboard
class SessionTokenFlow

SessionTokenFlow encapsulates the behavior required to authentication using a session token obtained from the Okta Legacy Authn APIs.

Link copied to clipboard
class TokenExchangeFlow

An authentication flow class that implements the Token Exchange Flow.