TeamsnapAuthInput
Attributes for logging in with Teamsnap
input TeamsnapAuthInput {
code: String!
redirectUri: String!
}
Fields
TeamsnapAuthInput.code ● String! non-null scalar
The access code from Teamsnap's Oauth authentication page.
TeamsnapAuthInput.redirectUri ● String! non-null scalar
The redirect URI to use for the Teamsnap token request.
Member of
AuthenticateInput input