Skip to main content

TokenizedPKCE

Properties

NameTypeDescriptionNotes
grantTypeinlineDenotes the flow you are using. For Authorization Code, use authorization_code or refresh_token.
clientIdkotlin.StringYour application's Client ID.
codekotlin.StringThe Authorization Code received from the initial /authorize call.
redirectUrikotlin.StringThis is required only if it was set at the GET /authorize endpoint. The values must match.
codeVerifierkotlin.StringCryptographically random key that was used to generate the code_challenge passed to /authorize.
schemaEmbeddedModelSchema[optional]
audiencekotlin.StringThe audience domain: i.e. https://pieces.us.auth0.com[optional]

Enum: grant_type

NameValue
grantTyperefresh_token, authorization_code