OAuthIdentityProviderConfig
Agent Runtimes / identity/types / OAuthIdentityProviderConfig
Interface: OAuthIdentityProviderConfig
Defined in: identity/types.ts:327
OAuth provider configuration for identity providers.
Properties
clientId
clientId:
string
Defined in: identity/types.ts:331
OAuth client ID
config?
optionalconfig?:Partial<OAuthProviderConfig>
Defined in: identity/types.ts:335
Additional OAuth config
scopes?
optionalscopes?:string[]
Defined in: identity/types.ts:333
OAuth scopes to request
type
type:
"oauth"
Defined in: identity/types.ts:329
Authentication type