Builder

class Builder

Properties

Link copied to clipboard

The client identifier (ARN) used during Sign-In onboarding Required for both authorization code and refresh token flows

Link copied to clipboard
var code: String?

The authorization code received from /v1/authorize Required only when grant_type=authorization_code

Link copied to clipboard

PKCE code verifier to prove possession of the original code challenge Required only when grant_type=authorization_code

Link copied to clipboard

OAuth 2.0 grant type - determines which flow is used Must be "authorization_code" or "refresh_token"

Link copied to clipboard

The redirect URI that must match the original authorization request Required only when grant_type=authorization_code

Link copied to clipboard

The refresh token returned from auth_code redemption Required only when grant_type=refresh_token