Interface Credential

A credential that can be exchanged to obtain an access token

interface Credential {
    authEntity: string;
    payload: string;
    type: CredentialType;
}

Properties

authEntity: string
payload: string

Generated using TypeDoc