Sha256: c4e5ace78b70d957c519304a7b76537c8463e06b96d9bb8d726b2a8b8f423284

Contents?: true

Size: 635 Bytes

Versions: 1323

Compression:

Stored size: 635 Bytes

Contents

# CybridApiId::ApplicationIdpModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name provided for the OAuth2 application. |  |
| **client_id** | **String** | The OAuth2 application's client ID. |  |
| **scopes** | **Array<String>** | List of the scopes granted to the OAuth2 application. |  |
| **created_at** | **Time** | ISO8601 datetime the application was created at. |  |

## Example

```ruby
require 'cybrid_api_id_ruby'

instance = CybridApiId::ApplicationIdpModel.new(
  name: null,
  client_id: null,
  scopes: null,
  created_at: null
)
```

Version data entries

1,323 entries across 1,323 versions & 1 rubygems

Version Path
cybrid_api_id_ruby-0.1.0 docs/ApplicationIdpModel.md
cybrid_api_id_ruby-0.0.36 docs/ApplicationIdpModel.md
cybrid_api_id_ruby-0.0.35 docs/ApplicationIdpModel.md