auth.provider API
    Preparing search index...

    Interface GenerateIdTokenOptions

    interface GenerateIdTokenOptions {
        aud: string;
        authTime: Date;
        azp?: string;
        expiresIn?: number;
        issuer: string;
        keyStore: KeyStore;
        nonce?: string;
        scopes: readonly string[];
        sid: string;
        sub: string;
        userClaims: UserSessionClaims;
    }
    Index

    Properties

    aud: string
    authTime: Date
    azp?: string
    expiresIn?: number
    issuer: string
    keyStore: KeyStore
    nonce?: string
    scopes: readonly string[]
    sid: string
    sub: string
    userClaims: UserSessionClaims