Name | Type | Description | Notes |
---|---|---|---|
client_id | String | The client ID you received when you first created the application | [readonly] |
mode | ModeResponse | ||
provider | ProviderResponse | ||
scopes | Array<ScopesResponse> | One or more scope values indicating which parts of the user's account you wish to access. Note, slight deviation from the OAuth 2.1 spec in that the param is scopes (plural) is used vs scope (singular) | [readonly] |
require 'openapi_client'
instance = OpenapiClient::IntrospectResponse.new(
client_id: 00000000-00000000-00000000-00000000,
mode: null,
provider: null,
scopes: ["identity","census"]
)