Entries

Link copied to clipboard
@SerialName(value = "explicit")
EXPLICIT

“explicit”: the authorization process is managed by the signature application, which collects authentication factors of various types.

Link copied to clipboard
@SerialName(value = "oauth2code")
OAUTH2

“oauth2code”: the authorization process is managed by the remote service using an OAuth 2.0 mechanism based on authorization code as described in Section 1.3.1 of RFC 6749

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun compareTo(other: AuthParameters.AuthMode): Int
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.