Skip to main content

AuthorizationRequestMessageBody type

AuthorizationRequestMessageBody is body for authorization request

Signature:

export type AuthorizationRequestMessageBody = {
callbackUrl: string;
reason?: string;
message?: string;
did_doc?: JSONObject;
scope: Array<ZeroKnowledgeProofRequest>;
};

References: JSONObject, ZeroKnowledgeProofRequest