GetResourceOauth2TokenRequest

Types

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

Properties

Link copied to clipboard

Gives the ability to send extra/custom parameters to the resource credentials provider during the authorization process. Standard OAuth2 flow parameters will not be overriden.

Link copied to clipboard

If true, always initiate a new 3LO flow

Link copied to clipboard

The type of flow to be performed

Link copied to clipboard

Reference to the credential provider

Link copied to clipboard

Callback url to redirect after token retrieval completes. Should be one of the provideded urls during WorkloadIdentity creation

Link copied to clipboard

The OAuth scopes requested

Link copied to clipboard

The user ID of the user you're retrieving the token on behalf of.

Link copied to clipboard

The identity token of the workload you want to retrive the Oauth2 Token of.

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