Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

UseAuthorizationCode

Marco Dal Zovo edited this page Jul 23, 2021 · 2 revisions

Sets the Authorization Code Grant as the authentication's flow.

Parameters

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

Usage

AniAPI.Instance.UseAuthorizationCode("my_client_id", "my_client_secret", "my_client_redirect_uri");
Clone this wiki locally