| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sets the Authorization Code Grant as the authentication's flow.
| Name | Type | Summary |
|---|---|---|
| clientId | String | The AniAPI OAuthClient's id |
| clientSecret | String | The AniAPI OAuthClient's secret |
| redirectUri | String | The AniAPI OAuthClient's redirect uri |
AniAPI.Instance.UseAuthorizationCode("my_client_id", "my_client_secret", "my_client_redirect_uri");| Back | FazBrowse Home | New Git URL |