auth.provider API
    Preparing search index...
    interface Token {
        audience?: string;
        expiresIn?: number;
        issuer?: string;
        scope?: string;
        subject?: string;
        token: string;
        tokenType?: "at+jwt" | "rt+jwt";
    }
    Index

    Properties

    audience?: string
    expiresIn?: number
    issuer?: string
    scope?: string
    subject?: string
    token: string
    tokenType?: "at+jwt" | "rt+jwt"