RequestOptions

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

Constructors

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

Properties

Link copied to clipboard

Credential type to request

Link copied to clipboard

Opaque value which will be returned by the OpenId Provider