OAuthResource
Summary
OAuth protected resource.
Description
A server resource protected by OAuth that has been requested for the Client Application. This resource is different to an API
Fields
Example JSON
{
"id" : "1e71b76a-defa-49ab-96s2-a9cd60387f31",
"applicationId" : "3e21b76a-defa-49ab-9682-a9cd60387e37",
"uriprefix" : "/api/oauth/protected",
"scopes" : [ "email" ],
"enabled" : false,
"scope" : "/api/oauth/protected",
"isDefault" : false
}