Sha256: 17d5093c7955d72efbd0a7a50ed79e23067ce5081a11e3dab54f5fd7fc98d749
Contents?: true
Size: 897 Bytes
Versions: 50
Compression:
Stored size: 897 Bytes
Contents
# OpenapiClient::IntrospectResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | The client ID you received when you first created the application | [readonly] | | **mode** | [**ModeResponse**](ModeResponse.md) | | | | **provider** | [**ProviderResponse**](ProviderResponse.md) | | | | **scopes** | [**Array<ScopesResponse>**](ScopesResponse.md) | 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] | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::IntrospectResponse.new( client_id: 00000000-00000000-00000000-00000000, mode: null, provider: null, scopes: ["identity","census"] ) ```
Version data entries
50 entries across 50 versions & 1 rubygems