trinsic_api 2.3.0.pre.alpha2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/{EnvironmentRedirectUrisAddRequest.md → AddRedirectUriRequest.md} +2 -2
- data/docs/Address.md +2 -2
- data/docs/AppleWalletProviderOutput.md +18 -0
- data/docs/AttachmentInfo.md +24 -0
- data/docs/{MdlFieldDataType.md → AttributeAvailability.md} +2 -2
- data/docs/AustriaHandySignaturProviderOutput.md +20 -0
- data/docs/BelgiumIdCardProviderOutput.md +24 -0
- data/docs/ContractAttachment.md +20 -0
- data/docs/ContractAttribute.md +20 -0
- data/docs/CoteDIvoireNidLookup2Input.md +18 -0
- data/docs/CzechiaMojeIdProviderOutput.md +24 -0
- data/docs/DocumentData.md +12 -10
- data/docs/EstoniaIdCardProviderOutput.md +24 -0
- data/docs/FaydaProviderOutput.md +1 -1
- data/docs/FinlandIdCardProviderOutput.md +24 -0
- data/docs/FrejaProviderOutput.md +24 -0
- data/docs/FrenchNumeriqueGivenName.md +22 -0
- data/docs/FrenchNumeriqueNationality.md +20 -0
- data/docs/FrenchNumeriquePhone.md +22 -0
- data/docs/FrenchNumeriqueProviderOutput.md +66 -0
- data/docs/GetAttachmentRequest.md +2 -4
- data/docs/GoogleWalletProviderOutput.md +18 -0
- data/docs/IdentityData.md +9 -11
- data/docs/ItsmeProviderOutput.md +26 -0
- data/docs/KenyaNidMatch2Input.md +1 -1
- data/docs/{Language.md → KenyaNidMatch2InputSex.md} +2 -2
- data/docs/LaWalletProviderOutput.md +52 -0
- data/docs/LatviaEparakstsMobileProviderOutput.md +22 -0
- data/docs/LatviaEparakstsProviderOutput.md +22 -0
- data/docs/ListProvidersResponse.md +1 -1
- data/docs/{ListEnvironmentRedirectUrisResponse.md → ListRedirectUrisResponse.md} +2 -2
- data/docs/LithuaniaIdCardProviderOutput.md +24 -0
- data/docs/LloydsSmartIdProviderOutput.md +40 -0
- data/docs/Match.md +2 -2
- data/docs/MatchData.md +12 -10
- data/docs/MdlOutput.md +24 -0
- data/docs/MdlOutputCertificateData.md +26 -0
- data/docs/{ExternalMdlFieldData.md → MdlOutputFieldData.md} +3 -3
- data/docs/{FieldAvailability.md → MdlOutputFieldDataType.md} +2 -2
- data/docs/MexicoCurpProviderOutput.md +1 -1
- data/docs/MitIdProviderOutput.md +38 -0
- data/docs/MobileIdInput.md +1 -1
- data/docs/{SexV1.md → MobileIdLanguage.md} +2 -2
- data/docs/MobileIdProviderOutput.md +34 -0
- data/docs/NigeriaNinBiometric2Input.md +22 -0
- data/docs/NigeriaNinLookup2Input.md +18 -0
- data/docs/NigeriaNinMatch2Input.md +30 -0
- data/docs/NigeriaNinMatch2InputSex.md +15 -0
- data/docs/PersonData.md +10 -10
- data/docs/PeruDniAddress.md +22 -0
- data/docs/PeruDniLookupInput.md +18 -0
- data/docs/PeruDniProviderOutput.md +48 -0
- data/docs/PhilippinesDigitalNidProviderOutput.md +2 -2
- data/docs/PhilippinesPhysicalNidProviderOutput.md +2 -2
- data/docs/PolandEdoAppProviderOutput.md +24 -0
- data/docs/PolandMojeIdProviderOutput.md +22 -0
- data/docs/PortugalIdCardProviderOutput.md +24 -0
- data/docs/PostOfficeEasyIdProviderOutput.md +40 -0
- data/docs/{ProviderContract.md → Provider.md} +29 -25
- data/docs/ProviderInput.md +50 -32
- data/docs/ProviderOutput.md +61 -7
- data/docs/ProvidersApi.md +79 -0
- data/docs/RecommendProviderHealthOption.md +15 -0
- data/docs/{ProviderInformation.md → RecommendProviderInformation.md} +14 -14
- data/docs/{RecommendRequest.md → RecommendProvidersRequest.md} +3 -3
- data/docs/RecommendProvidersResponse.md +18 -0
- data/docs/{EnvironmentRedirectUrisApi.md → RedirectUrisApi.md} +21 -21
- data/docs/SamsungWalletProviderOutput.md +18 -0
- data/docs/SerbiaIdCardProviderOutput.md +24 -0
- data/docs/SessionsApi.md +149 -1
- data/docs/SmartIdInput.md +0 -2
- data/docs/SmartIdProviderOutput.md +42 -0
- data/docs/SouthAfricaNidBiometric2Input.md +22 -0
- data/docs/SouthAfricaNidMatch2Input.md +30 -0
- data/docs/SouthAfricaNidMatch2InputSex.md +15 -0
- data/docs/SpidProviderOutput.md +45 -25
- data/docs/SubProviderMetadata.md +0 -2
- data/docs/SwedenBankIdProviderOutput.md +42 -0
- data/docs/UgandaNidMatch2Input.md +22 -0
- data/docs/VerificationProfileResponse.md +3 -1
- data/docs/VerificationProfilesApi.md +3 -1
- data/docs/YotiDocumentDetails.md +26 -0
- data/docs/YotiProviderOutput.md +40 -0
- data/docs/YotiStructuredPostalAddress.md +56 -0
- data/docs/ZimbabweNidLookup2Input.md +18 -0
- data/lib/trinsic_api/api/providers_api.rb +82 -0
- data/lib/trinsic_api/api/{environment_redirect_uris_api.rb → redirect_uris_api.rb} +28 -28
- data/lib/trinsic_api/api/sessions_api.rb +142 -2
- data/lib/trinsic_api/api/verification_profiles_api.rb +3 -0
- data/lib/trinsic_api/models/{environment_redirect_uris_add_request.rb → add_redirect_uri_request.rb} +12 -3
- data/lib/trinsic_api/models/address.rb +3 -0
- data/lib/trinsic_api/models/apple_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/attachment_info.rb +319 -0
- data/lib/trinsic_api/models/{field_availability.rb → attribute_availability.rb} +3 -3
- data/lib/trinsic_api/models/austria_handy_signatur_provider_output.rb +266 -0
- data/lib/trinsic_api/models/{bangladesh_nid_input.rb → belgium_id_card_provider_output.rb} +60 -90
- data/lib/trinsic_api/models/{contract_identifier_field.rb → contract_attachment.rb} +25 -52
- data/lib/trinsic_api/models/{contract_field.rb → contract_attribute.rb} +8 -35
- data/lib/trinsic_api/models/cote_d_ivoire_nid_lookup2_input.rb +222 -0
- data/lib/trinsic_api/models/{finalize_mdl_exchange_response.rb → czechia_moje_id_provider_output.rb} +85 -52
- data/lib/trinsic_api/models/document_data.rb +18 -1
- data/lib/trinsic_api/models/estonia_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/fayda_provider_output.rb +1 -0
- data/lib/trinsic_api/models/finland_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/freja_provider_output.rb +320 -0
- data/lib/trinsic_api/models/french_numerique_given_name.rb +245 -0
- data/lib/trinsic_api/models/french_numerique_nationality.rb +234 -0
- data/lib/trinsic_api/models/french_numerique_phone.rb +245 -0
- data/lib/trinsic_api/models/french_numerique_provider_output.rb +487 -0
- data/lib/trinsic_api/models/get_attachment_request.rb +22 -49
- data/lib/trinsic_api/models/google_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/identity_data.rb +30 -33
- data/lib/trinsic_api/models/itsme_provider_output.rb +315 -0
- data/lib/trinsic_api/models/kenya_nid_match2_input.rb +1 -1
- data/lib/trinsic_api/models/{sex_v1.rb → kenya_nid_match2_input_sex.rb} +4 -6
- data/lib/trinsic_api/models/la_wallet_provider_output.rb +682 -0
- data/lib/trinsic_api/models/latvia_eparaksts_mobile_provider_output.rb +293 -0
- data/lib/trinsic_api/models/{create_mdl_exchange_response.rb → latvia_eparaksts_provider_output.rb} +53 -52
- data/lib/trinsic_api/models/list_providers_response.rb +2 -2
- data/lib/trinsic_api/models/{list_environment_redirect_uris_response.rb → list_redirect_uris_response.rb} +3 -3
- data/lib/trinsic_api/models/lithuania_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/lloyds_smart_id_provider_output.rb +344 -0
- data/lib/trinsic_api/models/match.rb +2 -0
- data/lib/trinsic_api/models/match_data.rb +23 -1
- data/lib/trinsic_api/models/{mdl_identity_data.rb → mdl_output.rb} +35 -8
- data/lib/trinsic_api/models/{mdl_certificate_data.rb → mdl_output_certificate_data.rb} +4 -4
- data/lib/trinsic_api/models/{external_mdl_field_data.rb → mdl_output_field_data.rb} +4 -4
- data/lib/trinsic_api/models/{mdl_field_data_type.rb → mdl_output_field_data_type.rb} +5 -4
- data/lib/trinsic_api/models/mexico_curp_provider_output.rb +1 -0
- data/lib/trinsic_api/models/mit_id_provider_output.rb +333 -0
- data/lib/trinsic_api/models/mobile_id_input.rb +1 -1
- data/lib/trinsic_api/models/{language.rb → mobile_id_language.rb} +3 -3
- data/lib/trinsic_api/models/mobile_id_provider_output.rb +311 -0
- data/lib/trinsic_api/models/nigeria_nin_biometric2_input.rb +246 -0
- data/lib/trinsic_api/models/{provider_attachments.rb → nigeria_nin_lookup2_input.rb} +12 -11
- data/lib/trinsic_api/models/{recommend_response.rb → nigeria_nin_match2_input.rb} +94 -82
- data/lib/trinsic_api/models/nigeria_nin_match2_input_sex.rb +40 -0
- data/lib/trinsic_api/models/person_data.rb +7 -0
- data/lib/trinsic_api/models/{identifier.rb → peru_dni_address.rb} +53 -49
- data/lib/trinsic_api/models/peru_dni_lookup_input.rb +222 -0
- data/lib/trinsic_api/models/peru_dni_provider_output.rb +518 -0
- data/lib/trinsic_api/models/philippines_digital_nid_provider_output.rb +2 -1
- data/lib/trinsic_api/models/philippines_physical_nid_provider_output.rb +2 -1
- data/lib/trinsic_api/models/poland_edo_app_provider_output.rb +320 -0
- data/lib/trinsic_api/models/poland_moje_id_provider_output.rb +293 -0
- data/lib/trinsic_api/models/{finalize_mdl_exchange_request.rb → portugal_id_card_provider_output.rb} +69 -68
- data/lib/trinsic_api/models/post_office_easy_id_provider_output.rb +344 -0
- data/lib/trinsic_api/models/{provider_contract.rb → provider.rb} +183 -125
- data/lib/trinsic_api/models/provider_input.rb +223 -124
- data/lib/trinsic_api/models/provider_output.rb +317 -15
- data/lib/trinsic_api/models/recommend_provider_health_option.rb +41 -0
- data/lib/trinsic_api/models/{provider_information.rb → recommend_provider_information.rb} +79 -73
- data/lib/trinsic_api/models/{recommend_request.rb → recommend_providers_request.rb} +27 -5
- data/lib/trinsic_api/models/{list_provider_contracts_response.rb → recommend_providers_response.rb} +20 -21
- data/lib/trinsic_api/models/redirect_uri_response.rb +9 -0
- data/lib/trinsic_api/models/samsung_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/serbia_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/smart_id_input.rb +1 -12
- data/lib/trinsic_api/models/smart_id_provider_output.rb +355 -0
- data/lib/trinsic_api/models/south_africa_nid_biometric2_input.rb +246 -0
- data/lib/trinsic_api/models/south_africa_nid_match2_input.rb +310 -0
- data/lib/trinsic_api/models/south_africa_nid_match2_input_sex.rb +40 -0
- data/lib/trinsic_api/models/spid_provider_output.rb +131 -20
- data/lib/trinsic_api/models/sub_provider_metadata.rb +1 -28
- data/lib/trinsic_api/models/{provider_info.rb → sweden_bank_id_provider_output.rb} +121 -153
- data/lib/trinsic_api/models/uganda_nid_match2_input.rb +244 -0
- data/lib/trinsic_api/models/verification_profile_response.rb +31 -4
- data/lib/trinsic_api/models/yoti_document_details.rb +266 -0
- data/lib/trinsic_api/models/yoti_provider_output.rb +344 -0
- data/lib/trinsic_api/models/yoti_structured_postal_address.rb +431 -0
- data/lib/trinsic_api/models/{document_scan_attachments.rb → zimbabwe_nid_lookup2_input.rb} +12 -11
- data/lib/trinsic_api/version.rb +1 -1
- data/lib/trinsic_api.rb +63 -30
- data/spec/api/providers_api_spec.rb +47 -0
- data/spec/api/{environment_redirect_uris_api_spec.rb → redirect_uris_api_spec.rb} +10 -10
- data/spec/api/sessions_api_spec.rb +27 -1
- data/spec/api/verification_profiles_api_spec.rb +1 -0
- data/spec/models/{environment_redirect_uris_add_request_spec.rb → add_redirect_uri_request_spec.rb} +6 -6
- data/spec/models/{list_provider_contracts_response_spec.rb → apple_wallet_provider_output_spec.rb} +7 -7
- data/spec/models/attachment_info_spec.rb +54 -0
- data/spec/models/{mdl_field_data_type_spec.rb → attribute_availability_spec.rb} +6 -6
- data/spec/models/austria_handy_signatur_provider_output_spec.rb +42 -0
- data/spec/models/{finalize_mdl_exchange_response_spec.rb → belgium_id_card_provider_output_spec.rb} +10 -10
- data/spec/models/contract_attachment_spec.rb +42 -0
- data/spec/models/contract_attribute_spec.rb +42 -0
- data/spec/models/cote_d_ivoire_nid_lookup2_input_spec.rb +36 -0
- data/spec/models/czechia_moje_id_provider_output_spec.rb +54 -0
- data/spec/models/document_data_spec.rb +6 -0
- data/spec/models/estonia_id_card_provider_output_spec.rb +54 -0
- data/spec/models/finland_id_card_provider_output_spec.rb +54 -0
- data/spec/models/freja_provider_output_spec.rb +54 -0
- data/spec/models/french_numerique_given_name_spec.rb +48 -0
- data/spec/models/french_numerique_nationality_spec.rb +42 -0
- data/spec/models/{contract_identifier_field_spec.rb → french_numerique_phone_spec.rb} +9 -9
- data/spec/models/french_numerique_provider_output_spec.rb +180 -0
- data/spec/models/get_attachment_request_spec.rb +1 -7
- data/spec/models/google_wallet_provider_output_spec.rb +36 -0
- data/spec/models/identity_data_spec.rb +1 -7
- data/spec/models/{bangladesh_nid_input_spec.rb → itsme_provider_output_spec.rb} +11 -11
- data/spec/models/{sex_v1_spec.rb → kenya_nid_match2_input_sex_spec.rb} +6 -6
- data/spec/models/la_wallet_provider_output_spec.rb +138 -0
- data/spec/models/latvia_eparaksts_mobile_provider_output_spec.rb +48 -0
- data/spec/models/latvia_eparaksts_provider_output_spec.rb +48 -0
- data/spec/models/{list_environment_redirect_uris_response_spec.rb → list_redirect_uris_response_spec.rb} +6 -6
- data/spec/models/lithuania_id_card_provider_output_spec.rb +54 -0
- data/spec/models/lloyds_smart_id_provider_output_spec.rb +102 -0
- data/spec/models/match_data_spec.rb +6 -0
- data/spec/models/{mdl_certificate_data_spec.rb → mdl_output_certificate_data_spec.rb} +6 -6
- data/spec/models/{external_mdl_field_data_spec.rb → mdl_output_field_data_spec.rb} +6 -6
- data/spec/models/{field_availability_spec.rb → mdl_output_field_data_type_spec.rb} +6 -6
- data/spec/models/{mdl_identity_data_spec.rb → mdl_output_spec.rb} +12 -6
- data/spec/models/mit_id_provider_output_spec.rb +96 -0
- data/spec/models/{language_spec.rb → mobile_id_language_spec.rb} +6 -6
- data/spec/models/{create_mdl_exchange_request_spec.rb → mobile_id_provider_output_spec.rb} +20 -14
- data/spec/models/nigeria_nin_biometric2_input_spec.rb +48 -0
- data/spec/models/{document_scan_attachments_spec.rb → nigeria_nin_lookup2_input_spec.rb} +7 -7
- data/spec/models/nigeria_nin_match2_input_sex_spec.rb +30 -0
- data/spec/models/{provider_info_spec.rb → nigeria_nin_match2_input_spec.rb} +13 -13
- data/spec/models/{identifier_spec.rb → peru_dni_address_spec.rb} +9 -9
- data/spec/models/{provider_attachments_spec.rb → peru_dni_lookup_input_spec.rb} +7 -7
- data/spec/models/peru_dni_provider_output_spec.rb +126 -0
- data/spec/models/{finalize_mdl_exchange_request_spec.rb → poland_edo_app_provider_output_spec.rb} +10 -10
- data/spec/models/{create_mdl_exchange_response_spec.rb → poland_moje_id_provider_output_spec.rb} +9 -9
- data/spec/models/portugal_id_card_provider_output_spec.rb +54 -0
- data/spec/models/post_office_easy_id_provider_output_spec.rb +102 -0
- data/spec/models/provider_input_spec.rb +70 -16
- data/spec/models/provider_output_spec.rb +164 -2
- data/spec/models/{provider_contract_spec.rb → provider_spec.rb} +28 -16
- data/spec/models/recommend_provider_health_option_spec.rb +30 -0
- data/spec/models/{provider_information_spec.rb → recommend_provider_information_spec.rb} +11 -11
- data/spec/models/{recommend_request_spec.rb → recommend_providers_request_spec.rb} +6 -6
- data/spec/models/recommend_providers_response_spec.rb +36 -0
- data/spec/models/samsung_wallet_provider_output_spec.rb +36 -0
- data/spec/models/serbia_id_card_provider_output_spec.rb +54 -0
- data/spec/models/smart_id_input_spec.rb +0 -6
- data/spec/models/smart_id_provider_output_spec.rb +108 -0
- data/spec/models/south_africa_nid_biometric2_input_spec.rb +48 -0
- data/spec/models/south_africa_nid_match2_input_sex_spec.rb +30 -0
- data/spec/models/{attachment_access_keys_spec.rb → south_africa_nid_match2_input_spec.rb} +18 -12
- data/spec/models/spid_provider_output_spec.rb +61 -1
- data/spec/models/sub_provider_metadata_spec.rb +0 -6
- data/spec/models/sweden_bank_id_provider_output_spec.rb +108 -0
- data/spec/models/{contract_field_spec.rb → uganda_nid_match2_input_spec.rb} +9 -9
- data/spec/models/verification_profile_response_spec.rb +6 -0
- data/spec/models/yoti_document_details_spec.rb +60 -0
- data/spec/models/yoti_provider_output_spec.rb +102 -0
- data/spec/models/yoti_structured_postal_address_spec.rb +150 -0
- data/spec/models/zimbabwe_nid_lookup2_input_spec.rb +36 -0
- metadata +254 -122
- data/docs/AttachmentAccessKeys.md +0 -28
- data/docs/AttachmentsApi.md +0 -79
- data/docs/BangladeshNidInput.md +0 -26
- data/docs/ContractField.md +0 -22
- data/docs/ContractIdentifierField.md +0 -22
- data/docs/CreateMdlExchangeRequest.md +0 -32
- data/docs/CreateMdlExchangeResponse.md +0 -22
- data/docs/DocumentScanAttachments.md +0 -18
- data/docs/FinalizeMdlExchangeRequest.md +0 -24
- data/docs/FinalizeMdlExchangeResponse.md +0 -24
- data/docs/Identifier.md +0 -22
- data/docs/ListProviderContractsResponse.md +0 -18
- data/docs/MdlApi.md +0 -151
- data/docs/MdlCertificateData.md +0 -26
- data/docs/MdlIdentityData.md +0 -22
- data/docs/NetworkApi.md +0 -223
- data/docs/ProviderAttachments.md +0 -18
- data/docs/ProviderInfo.md +0 -30
- data/docs/RecommendResponse.md +0 -22
- data/lib/trinsic_api/api/attachments_api.rb +0 -86
- data/lib/trinsic_api/api/mdl_api.rb +0 -150
- data/lib/trinsic_api/api/network_api.rb +0 -215
- data/lib/trinsic_api/models/attachment_access_keys.rb +0 -287
- data/lib/trinsic_api/models/create_mdl_exchange_request.rb +0 -404
- data/spec/api/attachments_api_spec.rb +0 -47
- data/spec/api/mdl_api_spec.rb +0 -59
- data/spec/api/network_api_spec.rb +0 -72
- data/spec/models/recommend_response_spec.rb +0 -48
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# TrinsicApi::LaWalletProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **drivers_license_number** | **String** | The number of the driver's license used to create the LA Wallet credential | |
|
|
8
|
+
| **issue_date** | **Date** | The issue date of the driver's license used to create the LA Wallet credential | |
|
|
9
|
+
| **expiration_date** | **Date** | The expiration date of the driver's license used to create the LA Wallet credential | |
|
|
10
|
+
| **audit_number** | **String** | The 4-digit audit number of the driver's license used to create the LA Wallet credential | |
|
|
11
|
+
| **license_status** | **String** | The license status from the LA Wallet credential | |
|
|
12
|
+
| **license_class** | **String** | The license class from the LA Wallet credential Possible values: - \"A\": Commercial Driver's License, Combination Vehicles - \"B\": Commercial Driver's License, Heavy Straight Vehicle - \"C\": Commercial Driver's License, Light Straight Vehicle - \"D\": Chauffeur's Driver's License - \"E\": Driver's License for Personal Vehicle | |
|
|
13
|
+
| **first_name** | **String** | The first name from the LA Wallet credential | |
|
|
14
|
+
| **middle_name** | **String** | The middle name from the LA Wallet credential | |
|
|
15
|
+
| **last_name** | **String** | The last name from the LA Wallet credential | |
|
|
16
|
+
| **date_of_birth** | **Date** | The date of birth from the LA Wallet credential | |
|
|
17
|
+
| **sex** | **String** | The sex from the LA Wallet credential | |
|
|
18
|
+
| **address_line1** | **String** | The address' line 1 from the LA Wallet credential | |
|
|
19
|
+
| **address_line2** | **String** | The address' line 2 from the LA Wallet credential | [optional] |
|
|
20
|
+
| **address_city** | **String** | The address' city from the LA Wallet credential | |
|
|
21
|
+
| **address_state** | **String** | The address' state from the LA Wallet credential | |
|
|
22
|
+
| **address_zip** | **String** | The address' ZIP from the LA Wallet credential | |
|
|
23
|
+
| **county** | **String** | The county (\"parish\") code from the LA Wallet credential. This is a number from 1 to 64, representing one of Louisiana's 64 parishes. | |
|
|
24
|
+
| **coarse_age** | **String** | The coarse age returned by LA Wallet for this credential Possible values: - \"Under 18\" - \"Under 21\" - \"Over 21\" | |
|
|
25
|
+
|
|
26
|
+
## Example
|
|
27
|
+
|
|
28
|
+
```ruby
|
|
29
|
+
require 'trinsic_api'
|
|
30
|
+
|
|
31
|
+
instance = TrinsicApi::LaWalletProviderOutput.new(
|
|
32
|
+
drivers_license_number: 001234567,
|
|
33
|
+
issue_date: Tue Jun 30 00:00:00 UTC 2020,
|
|
34
|
+
expiration_date: Sun Jun 30 00:00:00 UTC 2030,
|
|
35
|
+
audit_number: 1234,
|
|
36
|
+
license_status: VALID,
|
|
37
|
+
license_class: E,
|
|
38
|
+
first_name: JOHN,
|
|
39
|
+
middle_name: JACOB,
|
|
40
|
+
last_name: DOE,
|
|
41
|
+
date_of_birth: Mon Jan 15 00:00:00 UTC 1990,
|
|
42
|
+
sex: Male,
|
|
43
|
+
address_line1: 123 MAIN ST,
|
|
44
|
+
address_line2: #5,
|
|
45
|
+
address_city: BATON ROUGE,
|
|
46
|
+
address_state: LA,
|
|
47
|
+
address_zip: 70801,
|
|
48
|
+
county: 17,
|
|
49
|
+
coarse_age: Over 21
|
|
50
|
+
)
|
|
51
|
+
```
|
|
52
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::LatviaEparakstsMobileProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **first_name** | **String** | The first name of the verified individual | |
|
|
8
|
+
| **last_name** | **String** | The last name of the verified individual | |
|
|
9
|
+
| **personal_code** | **String** | The 11-digit Latvian personal code (\"personas kods\") of the verified individual. This has two possible formats, depending on whether the personal code was issued after July 1, 2017. For personal codes issued before July 1, 2017, the format is DDMMYY-CZZZQ, where: - DDMMYY is the date of birth, followed by an optional hyphen - C represents the century of birth ('0' for 1800-1899, '1' for 1900-1999, '2' for 2000-2099) - ZZZ is a serial number - Q is a checksum digit For personal codes issued on or after July 1, 2017, the format is 32ZZZZZZZZQ, where: - 32 is a fixed prefix - ZZZZZZZQ are 8 random digits - Q is a checksum digit NOTE: Individuals born before July 1, 2017 can elect to be issued a new personal code which does not contain their birthdate. Therefore, no concrete assumptions may be made about an individual's date of birth based solely on the format of their personal code. | |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::LatviaEparakstsMobileProviderOutput.new(
|
|
17
|
+
first_name: John,
|
|
18
|
+
last_name: Doe,
|
|
19
|
+
personal_code: 300680-15055
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::LatviaEparakstsProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **first_name** | **String** | The first name of the verified individual | |
|
|
8
|
+
| **last_name** | **String** | The last name of the verified individual | |
|
|
9
|
+
| **personal_code** | **String** | The 11-digit Latvian personal code (\"personas kods\") of the verified individual. This has two possible formats, depending on whether the personal code was issued after July 1, 2017. For personal codes issued before July 1, 2017, the format is DDMMYY-CZZZQ, where: - DDMMYY is the date of birth, followed by an optional hyphen - C represents the century of birth ('0' for 1800-1899, '1' for 1900-1999, '2' for 2000-2099) - ZZZ is a serial number - Q is a checksum digit For personal codes issued on or after July 1, 2017, the format is 32ZZZZZZZZQ, where: - 32 is a fixed prefix - ZZZZZZZQ are 8 random digits - Q is a checksum digit NOTE: Individuals born before July 1, 2017 can elect to be issued a new personal code which does not contain their birthdate. Therefore, no concrete assumptions may be made about an individual's date of birth based solely on the format of their personal code. | |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::LatviaEparakstsProviderOutput.new(
|
|
17
|
+
first_name: John,
|
|
18
|
+
last_name: Doe,
|
|
19
|
+
personal_code: 300680-15055
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **providers** | [**Array<
|
|
7
|
+
| **providers** | [**Array<Provider>**](Provider.md) | The list of providers available to this organization | |
|
|
8
8
|
|
|
9
9
|
## Example
|
|
10
10
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# TrinsicApi::
|
|
1
|
+
# TrinsicApi::ListRedirectUrisResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
```ruby
|
|
13
13
|
require 'trinsic_api'
|
|
14
14
|
|
|
15
|
-
instance = TrinsicApi::
|
|
15
|
+
instance = TrinsicApi::ListRedirectUrisResponse.new(
|
|
16
16
|
uris: null,
|
|
17
17
|
more: true
|
|
18
18
|
)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::LithuaniaIdCardProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **first_name** | **String** | The first name of the verified individual | |
|
|
8
|
+
| **last_name** | **String** | The last name of the verified individual | |
|
|
9
|
+
| **date_of_birth** | **Date** | The date of birth of the verified individual | |
|
|
10
|
+
| **personal_code** | **String** | The 11-digit Lithuanian Personal Code (asmens kodas) of the verified individual. If the first digit is \"9\" (rare), the rest of the identifier is random and has no structure. Otherwise, this is in the format GYYMMDDSSSC, where: - G is both gender and century of birth - YYMMDD is the date of birth - SSS is a sequential serial number - C is a checksum digit If G is odd, the gender is male. If G is even, the gender is female. If G is 1 or 2, the individual was born in the 19th century (1800-1899). If G is 3 or 4, the individual was born in the 20th century (1900-1999). If G is 5 or 6, the individual was born in the 21st century (2000-2099). Rarely, the date of birth may be encoded as 000000 if it is not known. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::LithuaniaIdCardProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
21
|
+
personal_code: 38006309999
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# TrinsicApi::LloydsSmartIdProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **remember_me_id** | **String** | The unique id for your service of the individual. This is not shared between different services so if the user logs into a different service, the user will have a new id for the other service. | [optional] |
|
|
8
|
+
| **email** | **String** | The email address of the individual | [optional] |
|
|
9
|
+
| **given_name** | **String** | The given name of the individual. This can correspond to first and middle names in English. | [optional] |
|
|
10
|
+
| **family_name** | **String** | The family name of the individual | [optional] |
|
|
11
|
+
| **full_name** | **String** | Full name of the individual which is composed of the given and family name. Unverified full name may be safe to use. For example, Aadhaar card provides full name, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". | [optional] |
|
|
12
|
+
| **date_of_birth** | **Date** | The date of birth of the individual. Unverified date of birth may be safe to use. For example, Aadhaar card provides date of birth, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". | [optional] |
|
|
13
|
+
| **gender** | **String** | The gender of the individual. Depending on the source or country, gender may not be verified. This is a setting that can be configured while setting up scopes. Unverified gender may be safe to use. For example, Aadhaar card provides gender, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". In some countries Possible values: - \"MALE\" - \"FEMALE\" - \"TRANSGENDER\" - \"OTHER\" | [optional] |
|
|
14
|
+
| **nationality** | **String** | The nationality of the individual as a ISO alpha-3 code | [optional] |
|
|
15
|
+
| **mobile_number** | **String** | The mobile phone number of the individual. This number was verified with a one time password (OTP) during the user's registration with Yoti. In some cases, Yoti may do additional checks against its sources to confirm the user's identity. | [optional] |
|
|
16
|
+
| **structured_postal_address** | [**YotiStructuredPostalAddress**](YotiStructuredPostalAddress.md) | A structured postal address for the individual that comes from the underlying document or can be manually added. In the case of being manually added, the address is considered \"unverified\". Unverified addresses may be safe to use. For example, Aadhaar card provides an address, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". | [optional] |
|
|
17
|
+
| **postal_address** | **String** | The whole address for the individual that comes from the underlying document or can be manually added. In the case of being manually added, the address is considered \"unverified\". The format of this will be different for each country. Refer to `StructuredPostalAddress` for a detailed version of the address. | [optional] |
|
|
18
|
+
| **document_details** | [**YotiDocumentDetails**](YotiDocumentDetails.md) | The details of the underlying document used to help create the Yoti credential | [optional] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'trinsic_api'
|
|
24
|
+
|
|
25
|
+
instance = TrinsicApi::LloydsSmartIdProviderOutput.new(
|
|
26
|
+
remember_me_id: 9f63ff98-e1e3-433c-9b86-7c697d0b4e5f,
|
|
27
|
+
email: johndoe@example.com,
|
|
28
|
+
given_name: John Alvin,
|
|
29
|
+
family_name: Doe,
|
|
30
|
+
full_name: John Alvin Doe,
|
|
31
|
+
date_of_birth: Thu Jan 31 00:00:00 UTC 1985,
|
|
32
|
+
gender: MALE,
|
|
33
|
+
nationality: GBR,
|
|
34
|
+
mobile_number: +447777123456,
|
|
35
|
+
structured_postal_address: null,
|
|
36
|
+
postal_address: 6th Floor, 107 Leadenhall St, London, EC3A 4AF,
|
|
37
|
+
document_details: null
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
data/docs/Match.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **probability_value** | **Float** |
|
|
8
|
-
| **boolean_value** | **Boolean** |
|
|
7
|
+
| **probability_value** | **Float** | The probability value of the match. This is a value between 0 and 1, where 1 indicates a perfect match and 0 indicates no match. This field is non-null when the underlying Provider's match output is in the form of a probability score. | [optional] |
|
|
8
|
+
| **boolean_value** | **Boolean** | The boolean value of the match. This is a value of true or false, where true indicates a match and false indicates no match. This field is non-null when the underlying Provider's match output is in the form of a boolean value. | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
data/docs/MatchData.md
CHANGED
|
@@ -4,16 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **national_id_number** | [**Match**](Match.md) |
|
|
8
|
-
| **full_name** | [**Match**](Match.md) |
|
|
9
|
-
| **given_name** | [**Match**](Match.md) |
|
|
10
|
-
| **middle_name** | [**Match**](Match.md) |
|
|
11
|
-
| **family_name** | [**Match**](Match.md) |
|
|
12
|
-
| **sex** | [**Match**](Match.md) |
|
|
13
|
-
| **date_of_birth** | [**Match**](Match.md) |
|
|
14
|
-
| **
|
|
15
|
-
| **
|
|
16
|
-
| **
|
|
7
|
+
| **national_id_number** | [**Match**](Match.md) | Whether the provided National ID Number matched the information on file for the individual | [optional] |
|
|
8
|
+
| **full_name** | [**Match**](Match.md) | The match score for the full name of the individual. Higher values indicate a closer match. | [optional] |
|
|
9
|
+
| **given_name** | [**Match**](Match.md) | The match score for the given (first) name of the individual. Higher values indicate a closer match. | [optional] |
|
|
10
|
+
| **middle_name** | [**Match**](Match.md) | The match score for the middle name(s) of the individual. Higher values indicate a closer match. | [optional] |
|
|
11
|
+
| **family_name** | [**Match**](Match.md) | The match score for the family (last) name of the individual. Higher values indicate a closer match. | [optional] |
|
|
12
|
+
| **sex** | [**Match**](Match.md) | Whether the provided sex of the individual matched the information on file for the individual | [optional] |
|
|
13
|
+
| **date_of_birth** | [**Match**](Match.md) | Whether the provided date of birth matched the information on file for the individual | [optional] |
|
|
14
|
+
| **phone_number** | [**Match**](Match.md) | Whether the provided phone number matched the information on file for the individual | [optional] |
|
|
15
|
+
| **face_match** | [**Match**](Match.md) | The match score for the face match between the provided selfie image and the biometrics on file for the individual. Higher values indicate greater match confidence. | [optional] |
|
|
16
|
+
| **liveness** | [**Match**](Match.md) | The confidence score for the liveness check performed against the selfie image of the individual. Higher values indicate lower suspicion. | [optional] |
|
|
17
|
+
| **image_authenticity** | [**Match**](Match.md) | The confidence score for the image manipulation check performed against the selfie image of the individual. Higher values indicate lower suspicion of image manipulation. | [optional] |
|
|
17
18
|
|
|
18
19
|
## Example
|
|
19
20
|
|
|
@@ -28,6 +29,7 @@ instance = TrinsicApi::MatchData.new(
|
|
|
28
29
|
family_name: null,
|
|
29
30
|
sex: null,
|
|
30
31
|
date_of_birth: null,
|
|
32
|
+
phone_number: null,
|
|
31
33
|
face_match: null,
|
|
32
34
|
liveness: null,
|
|
33
35
|
image_authenticity: null
|
data/docs/MdlOutput.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::MdlOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **iaca_root_certificate** | [**MdlOutputCertificateData**](MdlOutputCertificateData.md) | Information about the IACA Root Certificate which signed (directly or indirectly) the Document Signer Certificate for this mDL. | |
|
|
8
|
+
| **document_signer_certificate** | [**MdlOutputCertificateData**](MdlOutputCertificateData.md) | Information about the Document Signer Certificate which signed the mDL presented by the user. | |
|
|
9
|
+
| **document_type** | **String** | The document type of the mDL presented by the user. Common values: - \"org.iso.18013.5.1.mDL\" for ISO 18013-5 mDLs - \"com.google.wallet.idcard.1\" for Google Wallet ID Cards | |
|
|
10
|
+
| **name_spaces** | **Hash<String, Hash<String, MdlOutputFieldData>>** | The namespaces, and fields within those namespaces, which were present in the processed mDL. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::MdlOutput.new(
|
|
18
|
+
iaca_root_certificate: null,
|
|
19
|
+
document_signer_certificate: null,
|
|
20
|
+
document_type: org.iso.18013.5.1.mDL,
|
|
21
|
+
name_spaces: {"org.iso.18013.5.1":{"family_name":{"type":"String","value":"DOE"},"given_name":{"type":"String","value":"JOHN"},"birth_date":{"type":"String","value":"2000-03-27"},"age_over_21":{"type":"Boolean","value":"true"}}}
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# TrinsicApi::MdlOutputCertificateData
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **serial_number** | **String** | The serial number of the certificate | |
|
|
8
|
+
| **common_name** | **String** | The common name (CN) of the certificate | |
|
|
9
|
+
| **state_or_province_name** | **String** | The stateOrProvinceName field from the signing certificate. Per the ISO 18013-5 (mDL) spec, this is an ISO 3166-2:2020 country subdivision code (e.g., \"US-CA\" for California, USA). May be an empty string for certificates which are not state-specific (e.g., Google Wallet's ID Pass certificates). | |
|
|
10
|
+
| **not_before** | **Time** | The date before which this certificate is not valid. | |
|
|
11
|
+
| **not_after** | **Time** | The date after which this certificate is not valid. | |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'trinsic_api'
|
|
17
|
+
|
|
18
|
+
instance = TrinsicApi::MdlOutputCertificateData.new(
|
|
19
|
+
serial_number: 535868140170056787981774412188464491855209169584,
|
|
20
|
+
common_name: California DMV IACA Root,
|
|
21
|
+
state_or_province_name: US-CA,
|
|
22
|
+
not_before: 2023-03-01T17:17:39Z,
|
|
23
|
+
not_after: 2033-01-07T17:17:39Z
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# TrinsicApi::
|
|
1
|
+
# TrinsicApi::MdlOutputFieldData
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **type** | [**
|
|
7
|
+
| **type** | [**MdlOutputFieldDataType**](MdlOutputFieldDataType.md) | The type of data contained in `value`. | |
|
|
8
8
|
| **value** | **String** | The string-encoded value of the field. | |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
```ruby
|
|
13
13
|
require 'trinsic_api'
|
|
14
14
|
|
|
15
|
-
instance = TrinsicApi::
|
|
15
|
+
instance = TrinsicApi::MdlOutputFieldData.new(
|
|
16
16
|
type: null,
|
|
17
17
|
value: 123 Fake St
|
|
18
18
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# TrinsicApi::
|
|
1
|
+
# TrinsicApi::MdlOutputFieldDataType
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
```ruby
|
|
11
11
|
require 'trinsic_api'
|
|
12
12
|
|
|
13
|
-
instance = TrinsicApi::
|
|
13
|
+
instance = TrinsicApi::MdlOutputFieldDataType.new()
|
|
14
14
|
```
|
|
15
15
|
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# TrinsicApi::MitIdProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | The full name of the individual. | [optional] |
|
|
8
|
+
| **date_of_birth** | **Date** | The date of birth of the individual. | [optional] |
|
|
9
|
+
| **unique_identifier** | **String** | A stable unique identifier representing the user in MitID's system. It is recommended to use this identifier instead of using the civil registration number (CPR number) directly. | [optional] |
|
|
10
|
+
| **authentication_assurance_level** | **String** | The authentication assurance level (AAL) for the verification. The National Institute of Standards and Technology (NIST) measures the confidence in a digital identity's authentication strength set by a set of requirements for different levels. More information can be found here: https://pages.nist.gov/800-63-4/sp800-63b/aal/#AAL_SEC4 Possible values: - https://data.gov.dk/concept/core/nsis/Low - (Level 1) Provides basic confidence that the authenticator is either single factor or multifactor authentication. - https://data.gov.dk/concept/core/nsis/Substantial - (Level 2) Provides high confidence that the authenticator uses two distinct authentication factors that use secure authentication protocols. - https://data.gov.dk/concept/core/nsis/High - (Level 3) Provides very high confidence that the authenticator uses an non-exportable private key and another authentication factor. **Note**: These urls are not valid anymore, but they still contain the level of assurance name. | [optional] |
|
|
11
|
+
| **identity_authentication_level** | **String** | The identity assurance level (IAL) for the verification. The National Institute of Standards and Technology (NIST) measures the confidence of the digital identity's verification set by a set of requirements for different levels. More information can be found here: https://pages.nist.gov/800-63-4/sp800-63b/aal/#AAL_SEC4 Possible values: - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The user has self asserted their identity and is neither verified nor validated. - https://data.gov.dk/concept/core/nsis/Substantial - (Level 2) The user has performed either a remote or in-person identity proofing. - https://data.gov.dk/concept/core/nsis/High - (Level 3) The user has performed an in person identity proofing with an authorized representative. **Note**: These urls are not valid anymore, but they still contain the level of assurance name. | [optional] |
|
|
12
|
+
| **level_of_assurance** | **String** | The level of assurance (LOA) for the verification. This is an older retired model that is a combination of Identity Assurance Level and Authentication Assurance Level. The National Institute of Standards and Technology (NIST) measures the confidence of the digital identity's verification and authentication strength by a set of requirements for different levels. Possible values: - https://data.gov.dk/concept/core/nsis/Low - (Level 1) The user has self asserted their identity and multifactor authentication is not required. - https://data.gov.dk/concept/core/nsis/Substantial - (Level 3) The user has performed either a remote or in-person identity proofing and multifactor authentication is required. - https://data.gov.dk/concept/core/nsis/High - (Level 4) The user has performed an in person identity proofing with an authorized representative and has strong cryptographic authentication requirements. **Note**: These urls are not valid anymore, but they still contain the level of assurance name. MitID only returns three of the four potential levels and does not include level 2. More information can be found here: - https://pages.nist.gov/800-63-3/sp800-63-3.html - https://pages.nist.gov/800-63-3/ | [optional] |
|
|
13
|
+
| **identification_source** | **String** | The source of the identification for the verification Possible values: - private - The verification is from a private individual. - professional - The verification is a user in behalf of a organization. | [optional] |
|
|
14
|
+
| **civil_registration_number** | **String** | The civil registration number (CPR number) of the individual for the verification. The CPR number is a 10-digit number in the format DDMMYYY-XXXX, where: - DDMMYYY represents the individual's date of birth (day, month, year). - XXXX is a unique identifier. If XXXX is even, the individual is female. If XXXX is odd, the individual is male. More information can be found here: https://international.kk.dk/live/cpr-registration-and-documents/cpr-number | [optional] |
|
|
15
|
+
| **organization_name** | **String** | The name of the organization for the verification | [optional] |
|
|
16
|
+
| **organization_number** | **String** | The organization number (CVR number). This is an 8-digit unique identifier for the organization. This will be prefixed with \"DK\" for VAT numbers. | [optional] |
|
|
17
|
+
| **authorized_representative_number** | **String** | The organization number (CVR number) of the organization the user is authorized to represent. This is only returned if the requested scope is for an organization verification and the user provides a private source in behalf of a company. | [optional] |
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'trinsic_api'
|
|
23
|
+
|
|
24
|
+
instance = TrinsicApi::MitIdProviderOutput.new(
|
|
25
|
+
full_name: Ove Henriksen,
|
|
26
|
+
date_of_birth: Sun Aug 15 00:00:00 UTC 1943,
|
|
27
|
+
unique_identifier: 8ba191ec-64b1-41c1-b622-4b8c14c34428,
|
|
28
|
+
authentication_assurance_level: https://data.gov.dk/concept/core/nsis/Substantial,
|
|
29
|
+
identity_authentication_level: https://data.gov.dk/concept/core/nsis/Substantial,
|
|
30
|
+
level_of_assurance: https://data.gov.dk/concept/core/nsis/Substantial,
|
|
31
|
+
identification_source: private,
|
|
32
|
+
civil_registration_number: 01311985-1234,
|
|
33
|
+
organization_name: Dansk Standard,
|
|
34
|
+
organization_number: DK12345678,
|
|
35
|
+
authorized_representative_number: 8ba191ec-64b1-41c1-b622-4b8c14c34428
|
|
36
|
+
)
|
|
37
|
+
```
|
|
38
|
+
|
data/docs/MobileIdInput.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **mobile_id_phone_number** | **String** | The user's phone number in E.164 format | [optional] |
|
|
8
8
|
| **mobile_id_national_identity_number** | **String** | The user's National ID number | [optional] |
|
|
9
|
-
| **mobile_id_language** | [**
|
|
9
|
+
| **mobile_id_language** | [**MobileIdLanguage**](MobileIdLanguage.md) | The user's language -- LIT, EST, ENG, or RUS | [optional] |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# TrinsicApi::MobileIdProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **given_name** | **String** | The given name of the individual, extracted from the Mobile ID authentication certificate's Subject Distinguished Name \"G\" (givenName) attribute. | [optional] |
|
|
8
|
+
| **family_name** | **String** | The family name (surname) of the individual, extracted from the Mobile ID authentication certificate's Subject Distinguished Name \"SN\" (surname) attribute. | [optional] |
|
|
9
|
+
| **date_of_birth** | **Date** | The individual's date of birth, derived from the personal code. | [optional] |
|
|
10
|
+
| **sex** | **String** | The individual's sex, derived from the first digit of the personal code. Possible values: - Male - Female | [optional] |
|
|
11
|
+
| **country** | **String** | The ISO 3166-1 alpha-2 country code extracted from the Mobile ID authentication certificate's Subject Distinguished Name \"C\" (country) attribute. This represents the country of the certificate issuer, not the person's nationality or citizenship. For Mobile ID, this will be \"EE\" (Estonia) or \"LT\" (Lithuania). | [optional] |
|
|
12
|
+
| **identity_type** | **String** | The identity document type, extracted from the first 3 characters of the SERIALNUMBER field (before the country code). Possible values: - PNO: Personal Number (national civic registration number) - PAS: Passport - IDC: National identity card | [optional] |
|
|
13
|
+
| **personal_code** | **String** | The personal code (Estonian: isikukood, Lithuanian: asmens kodas) of the individual, extracted from the SERIALNUMBER field of the Mobile ID authentication certificate. This is the portion after the identity type and country prefix (e.g., \"48501010014\" from \"PNOEE-48501010014\"). Both Estonian and Lithuanian personal codes are 11 digits in the format GYYMMDDSSSC where: - G = century/gender (3-4 = 1900s, 5-6 = 2000s; odd = male, even = female) - YYMMDD = date of birth - SSS = sequence number - C = checksum digit See: - https://en.wikipedia.org/wiki/National_identification_number#Estonia - https://en.wikipedia.org/wiki/National_identification_number#Lithuania | [optional] |
|
|
14
|
+
| **serial_number** | **String** | The SERIALNUMBER attribute from the Mobile ID authentication certificate's Subject Distinguished Name. Format: \"{identity-type}{country-code}-{identifier}\" Components: - identity-type (3 chars): PNO (Personal Number), PAS (Passport), IDC (ID Card) - country-code (2 chars): ISO 3166-1 alpha-2 (EE, LT) - identifier: The personal code | [optional] |
|
|
15
|
+
| **certificate_subject** | **String** | The full Subject Distinguished Name (Subject DN) from the Mobile ID authentication certificate. Contains comma-separated RDN (Relative Distinguished Name) components including C (Country), CN (Common Name), SN (Surname), G (Given Name), and SERIALNUMBER (Personal identifier). | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'trinsic_api'
|
|
21
|
+
|
|
22
|
+
instance = TrinsicApi::MobileIdProviderOutput.new(
|
|
23
|
+
given_name: MARI,
|
|
24
|
+
family_name: TAMM,
|
|
25
|
+
date_of_birth: Tue Jan 01 00:00:00 UTC 1985,
|
|
26
|
+
sex: Female,
|
|
27
|
+
country: EE,
|
|
28
|
+
identity_type: PNO,
|
|
29
|
+
personal_code: 48501010014,
|
|
30
|
+
serial_number: PNOEE-48501010014,
|
|
31
|
+
certificate_subject: SERIALNUMBER=PNOEE-48501010014, G=MARI, SN=TAMM, CN="TAMM,MARI,48501010014", C=EE
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::NigeriaNinBiometric2Input
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id_number** | **String** | The user's Nigerian National ID number (NIN) | [optional] |
|
|
8
|
+
| **liveness_images** | **Array<String>** | An array of exactly 8 images required for biometric liveness verification. The first 7 images should be liveness frames captured during the liveness detection process, and the last image (8th) should be a selfie of the user. All images must be in JPEG format and each image must be less than 15MB in size. | [optional] |
|
|
9
|
+
| **test_selfie** | **String** | Test selfie for test environment (optional, maximum 15MB). Must be JPEG format. | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::NigeriaNinBiometric2Input.new(
|
|
17
|
+
id_number: null,
|
|
18
|
+
liveness_images: null,
|
|
19
|
+
test_selfie: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# TrinsicApi::NigeriaNinLookup2Input
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id_number** | **String** | The user's National ID number (NIN) | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'trinsic_api'
|
|
13
|
+
|
|
14
|
+
instance = TrinsicApi::NigeriaNinLookup2Input.new(
|
|
15
|
+
id_number: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# TrinsicApi::NigeriaNinMatch2Input
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id_number** | **String** | The user's Nigerian National ID number (NIN) | [optional] |
|
|
8
|
+
| **given_name** | **String** | The user's first name as it appears in their National ID | [optional] |
|
|
9
|
+
| **family_name** | **String** | The user's last name as it appears in their National ID | [optional] |
|
|
10
|
+
| **middle_name** | **String** | The user's middle name as it appears in their National ID (optional) | [optional] |
|
|
11
|
+
| **date_of_birth** | **Date** | The user's date of birth, in `YYYY-MM-DD` format | [optional] |
|
|
12
|
+
| **sex** | [**NigeriaNinMatch2InputSex**](NigeriaNinMatch2InputSex.md) | The user's sex as it appears in their National ID | [optional] |
|
|
13
|
+
| **phone_number** | **String** | The user's phone number as it appears in their National ID (optional). Must be in E.164 international format: \"+234XXXXXXXXX\" | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'trinsic_api'
|
|
19
|
+
|
|
20
|
+
instance = TrinsicApi::NigeriaNinMatch2Input.new(
|
|
21
|
+
id_number: null,
|
|
22
|
+
given_name: null,
|
|
23
|
+
family_name: null,
|
|
24
|
+
middle_name: null,
|
|
25
|
+
date_of_birth: null,
|
|
26
|
+
sex: null,
|
|
27
|
+
phone_number: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# TrinsicApi::NigeriaNinMatch2InputSex
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
|
|
8
|
+
## Example
|
|
9
|
+
|
|
10
|
+
```ruby
|
|
11
|
+
require 'trinsic_api'
|
|
12
|
+
|
|
13
|
+
instance = TrinsicApi::NigeriaNinMatch2InputSex.new()
|
|
14
|
+
```
|
|
15
|
+
|
data/docs/PersonData.md
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **given_name** | **String** |
|
|
8
|
-
| **family_name** | **String** |
|
|
9
|
-
| **middle_name** | **String** |
|
|
10
|
-
| **full_name** | **String** |
|
|
11
|
-
| **suffix** | **String** |
|
|
7
|
+
| **given_name** | **String** | Given (first) name of the individual | [optional] |
|
|
8
|
+
| **family_name** | **String** | Family (last) name of the individual | [optional] |
|
|
9
|
+
| **middle_name** | **String** | Middle name of the individual | [optional] |
|
|
10
|
+
| **full_name** | **String** | The individual's full name as a single string. Useful for names which do not fit into a \"first middle last\" structure. | [optional] |
|
|
11
|
+
| **suffix** | **String** | Suffix of the individual's name | [optional] |
|
|
12
12
|
| **nationality** | **String** | | [optional] |
|
|
13
13
|
| **sex** | [**Sex**](Sex.md) | | [optional] |
|
|
14
14
|
| **phone_number** | **String** | | [optional] |
|
|
15
|
-
| **address** | [**Address**](Address.md) |
|
|
15
|
+
| **address** | [**Address**](Address.md) | Address information for an individual | [optional] |
|
|
16
16
|
| **date_of_birth** | **Date** | | [optional] |
|
|
17
17
|
|
|
18
18
|
## Example
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
require 'trinsic_api'
|
|
22
22
|
|
|
23
23
|
instance = TrinsicApi::PersonData.new(
|
|
24
|
-
given_name:
|
|
25
|
-
family_name:
|
|
26
|
-
middle_name:
|
|
27
|
-
full_name:
|
|
24
|
+
given_name: John,
|
|
25
|
+
family_name: Doe,
|
|
26
|
+
middle_name: Jacob,
|
|
27
|
+
full_name: John Jacob de Doe,
|
|
28
28
|
suffix: null,
|
|
29
29
|
nationality: null,
|
|
30
30
|
sex: null,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::PeruDniAddress
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **region** | **String** | Region in Peru (also known as department). This is the first level subdivision in the country. Format: - All uppercase. | |
|
|
8
|
+
| **province** | **String** | Province within the region. This is the second level subdivision in the country. Format: - All uppercase. | |
|
|
9
|
+
| **district** | **String** | District within the province. This is the third level subdivision in the country. Format: - All uppercase. | |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::PeruDniAddress.new(
|
|
17
|
+
region: CUSCO,
|
|
18
|
+
province: URUBAMBA,
|
|
19
|
+
district: MACHUPICCHU
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# TrinsicApi::PeruDniLookupInput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **document_number** | **String** | The user's DNI number (8 digits). Format: - Must not include verification digit. On the DNI card, a ninth digit appears after the first eight, with value 0-9 or A-K. This is not included in the DNI number when verifying against Peru's database. - Peru DNI is sometimes represented with dots. Though uncommon, if dots are included, they will be sanitized. | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'trinsic_api'
|
|
13
|
+
|
|
14
|
+
instance = TrinsicApi::PeruDniLookupInput.new(
|
|
15
|
+
document_number: 19050215
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|