Sanity App SDK
    Preparing search index...

    Interface AuthProvider

    Configuration for an authentication provider

    interface AuthProvider {
        name: string;
        signUpUrl?: string;
        title: string;
        url: string;
    }
    Index

    Properties

    name: string

    Unique identifier for the auth provider (e.g., 'google', 'github')

    signUpUrl?: string

    Optional URL for direct sign-up flow

    title: string

    Display name for the auth provider in the UI

    url: string

    Complete authentication URL including callback and token parameters