React Native Firebase
    Preparing search index...

    The token returned from an AppCheckProvider.

    interface AppCheckToken {
        expireTimeMillis: number;
        token: string;
    }
    Index

    Properties

    expireTimeMillis: number

    The local timestamp after which the token will expire.

    token: string

    The token string in JWT format.