RequestOptions

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