Skip to main content

AuthorizationResponseMessage type

AuthorizationResponseMessage is struct the represents iden3message authorization response

Signature:

export type AuthorizationResponseMessage = {
id: string;
typ?: MediaType;
type: ProtocolMessage;
thid?: string;
body: AuthorizationMessageResponseBody;
from?: string;
to?: string;
};

References: MediaType, ProtocolMessage, AuthorizationMessageResponseBody