Package com.okta.authfoundation.client
Types
Link copied to clipboard
Used for validating Access Tokens minted by an Authorization Server.
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
The client used for interacting with an Okta Authorization Server.
Link copied to clipboard
Describes the result from the OidcClient.
Link copied to clipboard
Configuration options for an OidcClient.
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?)
Content copied to clipboard
Represents the routes used to make network calls to the Authorization Server.
Link copied to clipboard
An implementation of Cache which stores key value pairs in Android SharedPreferences.