interface IUserInfoResponsePayload {
    endpoint?: string;
    trustChain: TrustChain;
    userinfo: string;
}

Hierarchy

  • ILoggerPayload
    • IUserInfoResponsePayload

Properties

endpoint?: string

URL to which the request was sent

trustChain: TrustChain
userinfo: string

User information provided by the IDP