docs/ApplicationWithSecretAllOfIdpModel

CybridApiId::ApplicationWithSecretAllOfIdpModel

Properties

Name Type Description Notes
secret String The OAuth2 application’s secret.

Example

require 'cybrid_api_id_ruby'

instance = CybridApiId::ApplicationWithSecretAllOfIdpModel.new(
  secret: null
)