Properties
string
required
string
required
string
required
string
required
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export namespace OAuth2 {
export interface Config {
grant_type: string;
response_type: string;
authorization_url: string;
token_exchange_url: string;
}
}
