socialLoginComplete
Complete a federated sign-in from the provider callback (code + state). Returns a session AuthResponse, creating/linking the account by provider identity. Public.
socialLoginComplete(
input: SocialLoginCompleteInput!
): AuthResponse!
Arguments
socialLoginComplete.input ● SocialLoginCompleteInput! non-null input
Type
AuthResponse object
Result of a successful login or registration: a session token plus the authenticated user.