OAuthProtectedResource
Summary
Scope and prefix information for OAuth protected resource.
Description
Scope and prefix information for OAuth protected resource.
Fields
Example JSON
{
"uriprefix" : "/api/oauth/protected",
"scopes" : [ "resource.WRITE", " resource.READ" ],
"scope" : "Read",
"description" : "Read access to resource"
}