[ Web Proxy ]
URL:
Viewing: https://docs.codapi.dev/login [Back]  [Original]

How to Login | Call Of Duty API
[] []
[] []
On this page
For the complete documentation index, see llms.txt. This page is also available as Markdown.
Copy
On this page

How to Login

SSO Authentication

Copy
import { login } from "call-of-duty-api";
login(ssoToken: string);
// or alternatively
import API from "call-of-duty-api";
API.login(ssoToken: string);

Last updated 4 years ago


Web Proxy Viewer  |  New URL  |  Original Page