OBJECT

LinkSSOPayload

LinkSSOPayload returns the newly created link or an error if account linking failed.

link GraphQL Schema definition

1type LinkSSOPayload {
2
3# The error when an app cannot be linked to the user's account.
4error: LinkSSOError
5
6# The new SSO link.
7link: SSOLink
8
9}