interface IAuthorizationRequestPayload {
    endpoint?: string;
    request: string;
    trustChain: TrustChain;
}

Hierarchy

  • ILoggerPayload
    • IAuthorizationRequestPayload

Properties

endpoint?: string

URL to which the request was sent

request: string

The JWT sent to the IDP

trustChain: TrustChain