Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
Models
OAuthFlows
Interface OAuthFlows
OAuth flows configuration
interface
OAuthFlows
{
implicit
?:
OAuthFlow
;
password
?:
OAuthFlow
;
clientCredentials
?:
OAuthFlow
;
authorizationCode
?:
OAuthFlow
;
}
Index
Properties
implicit?
password?
client
Credentials?
authorization
Code?
Properties
Optional
implicit
implicit
?:
OAuthFlow
Optional
password
password
?:
OAuthFlow
Optional
client
Credentials
client
Credentials
?:
OAuthFlow
Optional
authorization
Code
authorization
Code
?:
OAuthFlow
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
implicit
password
client
Credentials
authorization
Code
@iqai/adk API Documentation
Loading...
OAuth flows configuration