Sha256: 7f47a69dda653f3aad31a4801c3552307c05ce3752ed180d43b6c4bcfb6b2aa9

Contents?: true

Size: 741 Bytes

Versions: 1323

Compression:

Stored size: 741 Bytes

Contents

# CybridApiId::ApplicationWithSecretIdpModel

## 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. |  |
| **secret** | **String** | The OAuth2 application's secret. |  |

## Example

```ruby
require 'cybrid_api_id_ruby'

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

Version data entries

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

Version Path
cybrid_api_id_ruby-0.110.26 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.25 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.24 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.23 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.22 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.21 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.19 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.18 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.17 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.16 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.15 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.13 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.10 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.9 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.8 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.6 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.5 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.4 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.2 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.110.1 docs/ApplicationWithSecretIdpModel.md