@aldel/react-firebase-login
    Preparing search index...

    Type Alias OAuthOptions

    Options for OAuth login methods.

    type OAuthOptions = {
        scopes?: string[];
    }
    Index

    Properties

    Properties

    scopes?: string[]

    Extra OAuth scopes to request.