videosphere
    Preparing search index...

    Interface GoogleOAuthState

    Parsed OAuth state stored in the httpOnly cookie during the Google redirect dance.

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

    Properties

    nonce: string
    redirectTo: string
    setupToken: string
    inviteToken: string
    userId: string

    Logged-in user id when linking Google to an existing password account.