Sha256: 589279401505685bfec20c884d9ae21de3c4fd8ad788d5ab40f740f8c5ed3d96
Contents?: true
Size: 1.34 KB
Versions: 5
Compression:
Stored size: 1.34 KB
Contents
# Passbase::User ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | Email with which the user was created | [optional] **identity_access_token** | **String** | Access token in the shape of a JsonWebToken used as a Bearer token when submitting identity data | [optional] **required_steps** | [**Array<ProjectSettingsVerificationSteps>**](ProjectSettingsVerificationSteps.md) | List of the steps through which the user must go through to complete their verification | [optional] ## Code Sample ```ruby require 'Passbase' instance = Passbase::User.new(email: jessie@example.com, identity_access_token: eyJhbGciOiJIUzI1NiIsI..., required_steps: [{"step":"email","resource_types":["EMAIL"]},{"step":"liveness_check","resource_types":["FACE_VIDEO"]},{"step":"country","resource_types":["de","us","vn","zn"]},{"step":"identity_document_check","resource_types":["PASSPORT","DRIVERS_LICENSE"]},{"step":"insurance_card_scan","resource_types":["HEALTH_INSURANCE_CARD"]}]) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
passbase-1.2.0 | docs/User.md |
passbase-1.1.0 | docs/User.md |
passbase-1.0.3 | docs/User.md |
passbase-1.0.2 | docs/User.md |
passbase-1.0.1 | docs/User.md |