Experimental
Schema
EndpointAuthenticationScheme
Type:
string
Values:
unspecified
scopedBearer
localSocket
All schema constraints and annotations
{
"description": "Values:\nunspecified\nscopedBearer\nlocalSocket",
"enum": [
"unspecified",
"scopedBearer",
"localSocket"
],
"title": "EndpointAuthenticationScheme",
"type": "string"
}