Skip to main content

AuthorizationMessageResponseBody type

AuthorizationMessageResponseBody is struct the represents authorization response data

Signature:

export type AuthorizationMessageResponseBody = {
did_doc?: JSONObject;
message?: string;
scope: Array<ZeroKnowledgeProofResponse>;
};

References: JSONObject, ZeroKnowledgeProofResponse