videosphere
    Preparing search index...

    Props for the shared Google OAuth button.

    interface GoogleOAuthButtonProps {
        label: string;
        redirectTo?: string;
        setupToken?: string;
        inviteToken?: string;
        disabled?: boolean;
        helperText?: string;
    }
    Index

    Properties

    label: string

    Button label text.

    redirectTo?: string

    Optional post-auth redirect for login flow.

    setupToken?: string

    Setup token when starting OAuth from first-run setup.

    inviteToken?: string

    Invite token when starting OAuth from invite registration.

    disabled?: boolean

    Disables the button while another auth action is in progress.

    helperText?: string

    Optional note shown below the button.