Skip to content

pendingSocialSignUp

pendingSocialSignUp: PendingSocialSignUp

The social sign-in waiting on a confirmation in this browser, if any. Only ever non-null right after a popup-blocked social sign-in bounced back with ?confirmSignUp=1: it reads the pending token out of its HttpOnly cookie so the app can ask about the account without the address ever travelling through the URL.

Returns

PendingSocialSignUp

See PendingSocialSignUp for the full shape.

Try it

Authentication
Example
Query
query PendingSocialSignUp {
  pendingSocialSignUp {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql