Sha256: eb54e47af3f424215615a31bb66b69c3f55becd87c544727650a67ceb19b46b3
Contents?: true
Size: 476 Bytes
Versions: 1635
Compression:
Stored size: 476 Bytes
Contents
# CybridApiId::PostCustomerTokenIdpModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_guid** | **String** | Customer guid the access token is being generated for. | | | **scopes** | **Array<String>** | List of the scopes requested for the access token. | | ## Example ```ruby require 'cybrid_api_id_ruby' instance = CybridApiId::PostCustomerTokenIdpModel.new( customer_guid: null, scopes: null ) ```
Version data entries
1,635 entries across 1,635 versions & 1 rubygems