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

UseImplicitGrant

Marco Dal Zovo edited this page Jul 23, 2021 · 1 revision

Sets the Implicit Grant as the authentication's flow.

Parameters

Name Type Summary
clientId String The AniAPI OAuthClient's id
redirectUri String The AniAPI OAuthClient's redirect uri

Usage

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