ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
OpenIdConnectWithConfig
Interface OpenIdConnectWithConfig
OpenIdConnectWithConfig extends OpenIdSecurityScheme with additional configuration options.
interface
OpenIdConnectWithConfig
{
authorizationEndpoint
:
string
;
grantTypesSupported
?:
string
[]
;
revocationEndpoint
?:
string
;
scopes
?:
string
[]
;
tokenEndpoint
:
string
;
tokenEndpointAuthMethodsSupported
?:
string
[]
;
userinfoEndpoint
?:
string
;
}
Hierarchy
OpenIdSecurityScheme
OpenIdConnectWithConfig
Properties
authorization
Endpoint
authorizationEndpoint
:
string
Optional
grant
Types
Supported
grantTypesSupported
?:
string
[]
Optional
revocation
Endpoint
revocationEndpoint
?:
string
Optional
scopes
scopes
?:
string
[]
token
Endpoint
tokenEndpoint
:
string
Optional
token
Endpoint
Auth
Methods
Supported
tokenEndpointAuthMethodsSupported
?:
string
[]
Optional
userinfo
Endpoint
userinfoEndpoint
?:
string
Properties
authorization
Endpoint
grant
Types
Supported
revocation
Endpoint
scopes
token
Endpoint
token
Endpoint
Auth
Methods
Supported
userinfo
Endpoint
ADK for TypeScript: API Reference
Loading...
OpenIdConnectWithConfig extends OpenIdSecurityScheme with additional configuration options.