RequestOptions

data class RequestOptions @JvmOverloads constructor(val credentialScheme: CredentialScheme, val representation: CredentialRepresentation = PLAIN_JWT, val state: String = uuid4().toString())(source)

Constructors

Link copied to clipboard
constructor(credentialScheme: CredentialScheme, representation: CredentialRepresentation = PLAIN_JWT, state: String = uuid4().toString())

Properties

Link copied to clipboard

Credential type to request

Link copied to clipboard
Link copied to clipboard

Opaque value which will be returned by the OpenId Provider