Package-level declarations
Types
Link copied to clipboard
Used for validating Access Tokens minted by an Authorization Server.
Link copied to clipboard
object ApplicationContextHolder
Link copied to clipboard
Used for validating device secrets minted by an Authorization Server.
Link copied to clipboard
Used for validating Id Tokens minted by an Authorization Server.
Link copied to clipboard
class OAuth2Client
The client used for interacting with an Okta Authorization Server.
Link copied to clipboard
Describes the result from the OAuth2Client.
Link copied to clipboard
Link copied to clipboard
Configuration options for an OAuth2Client.
Link copied to clipboard
class OidcEndpoints(val issuer: HttpUrl, val authorizationEndpoint: HttpUrl?, val tokenEndpoint: HttpUrl, val userInfoEndpoint: HttpUrl?, val jwksUri: HttpUrl?, val introspectionEndpoint: HttpUrl?, val revocationEndpoint: HttpUrl?, val endSessionEndpoint: HttpUrl?, val deviceAuthorizationEndpoint: HttpUrl?)
Represents the routes used to make network calls to the Authorization Server.