videosphere
    Preparing search index...

    Interface BuildGoogleOAuthStateInput

    Input for building the OAuth state cookie value.

    interface BuildGoogleOAuthStateInput {
        nonce: string;
        redirectTo?: string;
        setupToken?: string;
        inviteToken?: string;
        flow?: GoogleOAuthFlow;
        userId?: string;
    }
    Index

    Properties

    nonce: string
    redirectTo?: string
    setupToken?: string
    inviteToken?: string

    Explicit flow; defaults from tokens when omitted.

    userId?: string

    User id for the connect flow (link Google to an existing account).