MDocRequestSigningInput
Configuration for signing an mDoc presentation request.
input MDocRequestSigningInput {
expectedOrigins: [String!]!
}
Fields
MDocRequestSigningInput.expectedOrigins ● [String!]! non-null scalar
The expected origins that the wallet should validate against. The wallet will compare the request origin to this list to detect replay attacks. Each value should be a fully qualified origin (e.g., "https://example.com"). At least one origin must be provided when signing is enabled.