Documentation
    Preparing search index...
    interface DecodedToken {
        acr: string;
        "allowed-origins": string[];
        aud: string[];
        auth_time: number;
        azp: string;
        email: string;
        email_verified: boolean;
        exp: number;
        family_name: string;
        given_name: string;
        groupFullPath: string[];
        groups: string[];
        iat: number;
        iss: string;
        jti: string;
        name: string;
        nonce: string;
        preferred_username: string;
        realm_access: RealmAccess;
        resource_access: ResourceAccess;
        scope: string;
        session_state: string;
        sid: string;
        sub: string;
        typ: string;
    }
    Index

    Properties

    acr: string
    "allowed-origins": string[]
    aud: string[]
    auth_time: number
    azp: string
    email: string
    email_verified: boolean
    exp: number
    family_name: string
    given_name: string
    groupFullPath: string[]
    groups: string[]
    iat: number
    iss: string
    jti: string
    name: string
    nonce: string
    preferred_username: string
    realm_access: RealmAccess
    resource_access: ResourceAccess
    scope: string
    session_state: string
    sid: string
    sub: string
    typ: string