Skip to main content

SocialLoginStart

A federated sign-in handoff: redirect the user to authorizeUrl.

type SocialLoginStart {
authorizeUrl: String!
state: String!
}

Fields

SocialLoginStart.authorizeUrl ● String! non-null scalar

Provider authorize URL to redirect the user to.

SocialLoginStart.state ● String! non-null scalar

Opaque state to round-trip back to socialLoginComplete.

Returned By

socialLoginStart mutation