docs/PatchUserIdpModel

CybridApiId::PatchUserIdpModel

Properties

Name Type Description Notes
allowed_scopes Array<String> List of scopes that the user is allowed to request.

Example

require 'cybrid_api_id_ruby'

instance = CybridApiId::PatchUserIdpModel.new(
  allowed_scopes: null
)