OBJECT
ThirdPartyLoginLink
Third party login link
link GraphQL Schema definition
- type ThirdPartyLoginLink {
- # URL to GET in order to initiate a login with this provider
- String! :
- # Name of the provider
- String! :
- # What kind of accounts can log in with this provider
- ThirdPartyLoginLinkScopeEnum! :
- }