RequestOptions

constructor(credentialScheme: ConstantIndex.CredentialScheme, representation: ConstantIndex.CredentialRepresentation = ConstantIndex.CredentialRepresentation.PLAIN_JWT, requestedAttributes: Set<String>? = null, state: String = uuid4().toString(), clock: Clock = Clock.System)