Type

enum Type

The type of OAuth flow to be executed.

For more information on available auth flows, read this page.

Entries

TOKEN
Link copied to clipboard
CODE
Link copied to clipboard

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): AuthorizationRequest.Type
values
Link copied to clipboard
open fun values(): Array<AuthorizationRequest.Type>