CybridApiId::CustomerTokenIdpModel
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| access_token | String | The JWT access token for the customer. | [optional] |
Example
require 'cybrid_api_id_ruby'
instance = CybridApiId::CustomerTokenIdpModel.new(
access_token: null
)