PresentationRequestForAuthnInput
Input type for creating a new presentation request for authorization.
input PresentationRequestForAuthnInput {
requestedCredentials: [AuthnRequestCredential!]
}
Fields
PresentationRequestForAuthnInput.requestedCredentials
● [AuthnRequestCredential!]
list input
Optional collection of credentials that can be presented for authentication.
Items of note:
- If provided, values must match what is permitted by the OIDC client configuration.
- If not provided, the OIDC client configuration default will be used.
Member Of
createPresentationRequestForAuthn
mutation