- groupAuthorizationCodeFlow
OAuthGroupAuthorizationCodeFlowQuery groupAuthorizationCodeFlow(int clientId, string clientSecret, string redirectUri, string code)
Undocumented in source. Be warned that the author may not have intended to support it.
- serviceClientCredentialsFlow
OAuthServiceClientCredentialsFlowQuery serviceClientCredentialsFlow(int clientId, string clientSecret)
Undocumented in source. Be warned that the author may not have intended to support it.
- userAuthorizationCodeFlow
OAuthUserAuthorizationCodeFlowQuery userAuthorizationCodeFlow(int clientId, string clientSecret, string redirectUri, string code)
Undocumented in source. Be warned that the author may not have intended to support it.