GetResourceOauth2TokenResponse
Types
Properties
Link copied to clipboard
The OAuth 2.0 access token to use.
Link copied to clipboard
The URL to initiate the authorization process, provided when the access token requires user authorization.
Link copied to clipboard
Status indicating whether the user's authorization session is in progress or has failed. This helps determine the next steps in the OAuth2 authentication flow.
Link copied to clipboard
Unique identifier for the user's authorization session for retrieving OAuth2 tokens. This matches the sessionId from the request and can be used to track the session state.
Functions
Link copied to clipboard
inline fun copy(block: GetResourceOauth2TokenResponse.Builder.() -> Unit = {}): GetResourceOauth2TokenResponse