interface ITokenRequestPayload {
    endpoint?: string;
    request: TokenRequestPayload;
    trustChain: TrustChain;
}

Hierarchy

  • ILoggerPayload
    • ITokenRequestPayload

Properties

endpoint?: string

URL to which the request was sent

The authorization token provided by the IDP

trustChain: TrustChain