SSOLogin
Result of SSO login mutation.
type SSOLogin {
token: String
refreshToken: String
user: User
accountErrors: [AccountError!]!
}
Fields
SSOLogin.token ● String scalar
JWT token for authentication.
SSOLogin.refreshToken ● String scalar
JWT refresh token.
SSOLogin.user ● User object
The authenticated user.
SSOLogin.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
ssoLogin mutation