interface TokenHeader {
    alg: string;
    kid: string;
}

Properties

Properties

alg: string

Algorithm, which is used to secure token

kid: string

Key identifier to verify token signature

MMNEPVFCICPMFPCPTTAAATR