Experimental
Schema
OAuthConfig
Type:
object
OAuthConfig is non-secret OAuth metadata returned on reads.
clientId
Type:
string
client_id is the OAuth client id.
All schema constraints and annotations
{
"description": "client_id is the OAuth client id.",
"type": "string"
}tokenEndpoint
Type:
string
token_endpoint is the OAuth token endpoint.
All schema constraints and annotations
{
"description": "token_endpoint is the OAuth token endpoint.",
"type": "string"
}All schema constraints and annotations
{
"description": "OAuthConfig is non-secret OAuth metadata returned on reads.",
"properties": {
"clientId": {
"description": "client_id is the OAuth client id.",
"type": "string"
},
"tokenEndpoint": {
"description": "token_endpoint is the OAuth token endpoint.",
"type": "string"
}
},
"title": "OAuthConfig",
"type": "object"
}