OAuthAppScope

Summary

OAuth Application Scope

Description

A server scope that has been asigned to the Application

Fields

Field Name Type Since Version Description
id String The unique identifier for the oauth protected resource
applicationId String The unique identifier for the application that has this scope
scope String The scope string
isDefault Boolean Flag to indicate if this scope is one of the applications default scopes

Example JSON

{
  "id" : "1e71b76a-defa-49ab-96s2-a9cd60387f31",
  "applicationId" : "3e21b76a-defa-49ab-9682-a9cd60387e37",
  "scope" : "/api/oauth/protected",
  "isDefault" : false
}