Interface IdentityProof

Represents a proof from an external identity provider.

interface IdentityProof {
    profileUrl: string;
    proofUrl: string;
    provider: string;
    providerUsername: string;
    updatedAt: string;
}

Properties

profileUrl: string

The account owner's profile URL on the identity provider.

proofUrl: string

A link to a statement of identity proof, hosted by the identity provider.

provider: string

The name of the identity provider.

providerUsername: string

The account owner's username on the identity provider's service.

updatedAt: string

The name of the identity provider.