Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
Models
OAuthFlow
Interface OAuthFlow
OAuth flow configuration
interface
OAuthFlow
{
authorizationUrl
?:
string
;
tokenUrl
?:
string
;
refreshUrl
?:
string
;
scopes
:
Record
<
string
,
string
>
;
}
Index
Properties
authorization
Url?
token
Url?
refresh
Url?
scopes
Properties
Optional
authorization
Url
authorization
Url
?:
string
Optional
token
Url
token
Url
?:
string
Optional
refresh
Url
refresh
Url
?:
string
scopes
scopes
:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
token
Url
refresh
Url
scopes
@iqai/adk API Documentation
Loading...
OAuth flow configuration