BrokerOAuth2ClientSummary

BrokerOAuth2ClientSummary
BrokerOAuth2ClientSummary

Represents a summary of an OAuth 2.0 client

JSON Example
{
    "scope": [
        "admin",
        "openid",
        "profile",
        "email"
    ],
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    },
    "client_id": "oauth_clientid"
}
array of string
scope
Optional

Array of access request scopes that are allowed by this OAuth 2.0 Client.

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource

string
client_id
Optional

The client identifier of the OAuth 2.0 client