FHIRClient - v3.0.0
    Preparing search index...

    Interface IDToken

    interface IDToken {
        aud: string;
        exp: number;
        iat: number;
        iss: string;
        profile: string;
        sub: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    aud: string
    exp: number
    iat: number
    iss: string
    profile: string
    sub: string