AuthorizationRequestMessage type
AuthorizationRequestMessage is struct the represents iden3message authorization request
Signature:
export type AuthorizationRequestMessage = {
id: string;
typ: MediaType;
type: ProtocolMessage;
thid?: string;
body: AuthorizationRequestMessageBody;
from: string;
to?: string;
};
References: MediaType, ProtocolMessage, AuthorizationRequestMessageBody