ClientAuthenticationResultType

The access token and its metadata from a machine-to-machine (M2M) client credentials grant.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access token for the requested app client. Present this token to a resource server to authorize a request, using the scopes granted in the token.

Link copied to clipboard

The number of seconds until the access token expires.

Link copied to clipboard

The type of the token. For example, Bearer.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String