interface MemberCertAuthnIdentity {
    cert: string;
    data: any;
    id: string;
    policy: "member_cert";
}

Hierarchy

  • UserMemberAuthnIdentityCommon
    • MemberCertAuthnIdentity

Properties

Properties

cert: string

PEM-encoded certificate.

data: any

User/member data object.

id: string

User/member ID.

policy: "member_cert"

A string indicating which policy accepted this request, for use when multiple policies are listed in the endpoint configuration of app.json, or list-of-strings to identify an all_of policy.