React Native Firebase
    Preparing search index...

    Interface that represents an Open ID Connect auth provider. Implemented by other providers.

    interface OIDCProvider {
        credential: (
            oidcSuffix: string,
            idToken: string,
        ) => FirebaseAuthTypes.AuthCredential;
        PROVIDER_ID: string;
    }
    Index

    Properties

    credential: (
        oidcSuffix: string,
        idToken: string,
    ) => FirebaseAuthTypes.AuthCredential

    Creates a new OIDCProvider.

    Type Declaration

    PROVIDER_ID: string

    The provider ID of the provider.