Auth0 Universal Components
    Preparing search index...

    Interface IdentityProviderOption

    Identity provider option for invitation.

    interface IdentityProviderOption {
        id: string;
        name: string;
        type?: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    type?: string