SecureValue

interface SecureValue

Properties

credentials
Link copied to clipboard
common
abstract val credentials: List<EndDataCredentials>

Inheritors

SecureValueIdentity
Link copied to clipboard
SecureValueWithData
Link copied to clipboard
SecureValueWithFiles
Link copied to clipboard
SecureValueWithReverseSide
Link copied to clipboard
SecureValueWithTranslations
Link copied to clipboard

Extensions

asAddressSecureValue
Link copied to clipboard
common
inline fun SecureValue.asAddressSecureValue(): AddressSecureValue?
asBankStatementSecureValue
Link copied to clipboard
common
inline fun SecureValue.asBankStatementSecureValue(): BankStatementSecureValue?
asCommonPassportSecureValue
Link copied to clipboard
common
inline fun SecureValue.asCommonPassportSecureValue(): CommonPassportSecureValue?
asDriverLicenseSecureValue
Link copied to clipboard
common
inline fun SecureValue.asDriverLicenseSecureValue(): DriverLicenseSecureValue?
asIdentityCardSecureValue
Link copied to clipboard
common
inline fun SecureValue.asIdentityCardSecureValue(): IdentityCardSecureValue?
asIdentityWithReverseSideSecureValue
Link copied to clipboard
asInternalPassportSecureValue
Link copied to clipboard
common
asOtherDocumentsSecureValue
Link copied to clipboard
common
inline fun SecureValue.asOtherDocumentsSecureValue(): OtherDocumentsSecureValue?
asPassportRegistrationSecureValue
Link copied to clipboard
common
asPassportSecureValue
Link copied to clipboard
common
inline fun SecureValue.asPassportSecureValue(): PassportSecureValue?
asPersonalDetailsSecureValue
Link copied to clipboard
common
inline fun SecureValue.asPersonalDetailsSecureValue(): PersonalDetailsSecureValue?
asRentalAgreementSecureValue
Link copied to clipboard
common
inline fun SecureValue.asRentalAgreementSecureValue(): RentalAgreementSecureValue?
asSecureValueIdentity
Link copied to clipboard
common
inline fun SecureValue.asSecureValueIdentity(): SecureValueIdentity?
asSecureValueWithData
Link copied to clipboard
common
inline fun SecureValue.asSecureValueWithData(): SecureValueWithData?
asSecureValueWithFiles
Link copied to clipboard
common
inline fun SecureValue.asSecureValueWithFiles(): SecureValueWithFiles?
asSecureValueWithReverseSide
Link copied to clipboard
common
inline fun SecureValue.asSecureValueWithReverseSide(): SecureValueWithReverseSide?
asSecureValueWithTranslations
Link copied to clipboard
common
asTemporalRegistrationSecureValue
Link copied to clipboard
common
asUtilityBillSecureValue
Link copied to clipboard
common
inline fun SecureValue.asUtilityBillSecureValue(): UtilityBillSecureValue?
requireAddressSecureValue
Link copied to clipboard
common
inline fun SecureValue.requireAddressSecureValue(): AddressSecureValue
requireBankStatementSecureValue
Link copied to clipboard
common
requireCommonPassportSecureValue
Link copied to clipboard
common
requireDriverLicenseSecureValue
Link copied to clipboard
common
requireIdentityCardSecureValue
Link copied to clipboard
common
inline fun SecureValue.requireIdentityCardSecureValue(): IdentityCardSecureValue
requireInternalPassportSecureValue
Link copied to clipboard
common
requireOtherDocumentsSecureValue
Link copied to clipboard
common
requirePassportSecureValue
Link copied to clipboard
common
inline fun SecureValue.requirePassportSecureValue(): PassportSecureValue
requirePersonalDetailsSecureValue
Link copied to clipboard
common
requireRentalAgreementSecureValue
Link copied to clipboard
common
requireSecureValueIdentity
Link copied to clipboard
common
inline fun SecureValue.requireSecureValueIdentity(): SecureValueIdentity
requireSecureValueWithData
Link copied to clipboard
common
inline fun SecureValue.requireSecureValueWithData(): SecureValueWithData
requireSecureValueWithFiles
Link copied to clipboard
common
inline fun SecureValue.requireSecureValueWithFiles(): SecureValueWithFiles
requireSecureValueWithReverseSide
Link copied to clipboard
common
requireSecureValueWithTranslations
Link copied to clipboard
common
requireUtilityBillSecureValue
Link copied to clipboard
common
inline fun SecureValue.requireUtilityBillSecureValue(): UtilityBillSecureValue
whenAddressSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenAddressSecureValue(block: (AddressSecureValue) -> T): T?
whenBankStatementSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenBankStatementSecureValue(block: (BankStatementSecureValue) -> T): T?
whenCommonPassportSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenCommonPassportSecureValue(block: (CommonPassportSecureValue) -> T): T?
whenDriverLicenseSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenDriverLicenseSecureValue(block: (DriverLicenseSecureValue) -> T): T?
whenIdentityCardSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenIdentityCardSecureValue(block: (IdentityCardSecureValue) -> T): T?
whenIdentityWithReverseSideSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenIdentityWithReverseSideSecureValue(block: (IdentityWithReverseSideSecureValue) -> T): T?
whenInternalPassportSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenInternalPassportSecureValue(block: (InternalPassportSecureValue) -> T): T?
whenOtherDocumentsSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenOtherDocumentsSecureValue(block: (OtherDocumentsSecureValue) -> T): T?
whenPassportRegistrationSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenPassportRegistrationSecureValue(block: (PassportRegistrationSecureValue) -> T): T?
whenPassportSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenPassportSecureValue(block: (PassportSecureValue) -> T): T?
whenPersonalDetailsSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenPersonalDetailsSecureValue(block: (PersonalDetailsSecureValue) -> T): T?
whenRentalAgreementSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenRentalAgreementSecureValue(block: (RentalAgreementSecureValue) -> T): T?
whenSecureValueIdentity
Link copied to clipboard
common
inline fun <T> SecureValue.whenSecureValueIdentity(block: (SecureValueIdentity) -> T): T?
whenSecureValueWithData
Link copied to clipboard
common
inline fun <T> SecureValue.whenSecureValueWithData(block: (SecureValueWithData) -> T): T?
whenSecureValueWithFiles
Link copied to clipboard
common
inline fun <T> SecureValue.whenSecureValueWithFiles(block: (SecureValueWithFiles) -> T): T?
whenSecureValueWithReverseSide
Link copied to clipboard
common
inline fun <T> SecureValue.whenSecureValueWithReverseSide(block: (SecureValueWithReverseSide) -> T): T?
whenSecureValueWithTranslations
Link copied to clipboard
common
inline fun <T> SecureValue.whenSecureValueWithTranslations(block: (SecureValueWithTranslations) -> T): T?
whenTemporalRegistrationSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenTemporalRegistrationSecureValue(block: (TemporalRegistrationSecureValue) -> T): T?
whenUtilityBillSecureValue
Link copied to clipboard
common
inline fun <T> SecureValue.whenUtilityBillSecureValue(block: (UtilityBillSecureValue) -> T): T?