1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/index.md
2021-03-17 15:18:37 +00:00

30 KiB

//docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/SecureValue

SecureValue

[common] interface SecureValue

Properties

Name Summary
credentials [common] abstract val credentials: List<EndDataCredentials>

Inheritors

Name
SecureValueIdentity
SecureValueWithData
SecureValueWithFiles
SecureValueWithReverseSide
SecureValueWithTranslations

Extensions

Name Summary
asAddressSecureValue [common]
Content
inline fun SecureValue.asAddressSecureValue(): AddressSecureValue?


asBankStatementSecureValue [common]
Content
inline fun SecureValue.asBankStatementSecureValue(): BankStatementSecureValue?


asCommonPassportSecureValue [common]
Content
inline fun SecureValue.asCommonPassportSecureValue(): CommonPassportSecureValue?


asDriverLicenseSecureValue [common]
Content
inline fun SecureValue.asDriverLicenseSecureValue(): DriverLicenseSecureValue?


asIdentityCardSecureValue [common]
Content
inline fun SecureValue.asIdentityCardSecureValue(): IdentityCardSecureValue?


asIdentityWithReverseSideSecureValue [common]
Content
inline fun SecureValue.asIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue?


asInternalPassportSecureValue [common]
Content
inline fun SecureValue.asInternalPassportSecureValue(): InternalPassportSecureValue?


asOtherDocumentsSecureValue [common]
Content
inline fun SecureValue.asOtherDocumentsSecureValue(): OtherDocumentsSecureValue?


asPassportRegistrationSecureValue [common]
Content
inline fun SecureValue.asPassportRegistrationSecureValue(): PassportRegistrationSecureValue?


asPassportSecureValue [common]
Content
inline fun SecureValue.asPassportSecureValue(): PassportSecureValue?


asPersonalDetailsSecureValue [common]
Content
inline fun SecureValue.asPersonalDetailsSecureValue(): PersonalDetailsSecureValue?


asRentalAgreementSecureValue [common]
Content
inline fun SecureValue.asRentalAgreementSecureValue(): RentalAgreementSecureValue?


asSecureValueIdentity [common]
Content
inline fun SecureValue.asSecureValueIdentity(): SecureValueIdentity?


asSecureValueWithData [common]
Content
inline fun SecureValue.asSecureValueWithData(): SecureValueWithData?


asSecureValueWithFiles [common]
Content
inline fun SecureValue.asSecureValueWithFiles(): SecureValueWithFiles?


asSecureValueWithReverseSide [common]
Content
inline fun SecureValue.asSecureValueWithReverseSide(): SecureValueWithReverseSide?


asSecureValueWithTranslations [common]
Content
inline fun SecureValue.asSecureValueWithTranslations(): SecureValueWithTranslations?


asTemporalRegistrationSecureValue [common]
Content
inline fun SecureValue.asTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue?


asUtilityBillSecureValue [common]
Content
inline fun SecureValue.asUtilityBillSecureValue(): UtilityBillSecureValue?


requireAddressSecureValue [common]
Content
inline fun SecureValue.requireAddressSecureValue(): AddressSecureValue


requireBankStatementSecureValue [common]
Content
inline fun SecureValue.requireBankStatementSecureValue(): BankStatementSecureValue


requireCommonPassportSecureValue [common]
Content
inline fun SecureValue.requireCommonPassportSecureValue(): CommonPassportSecureValue


requireDriverLicenseSecureValue [common]
Content
inline fun SecureValue.requireDriverLicenseSecureValue(): DriverLicenseSecureValue


requireIdentityCardSecureValue [common]
Content
inline fun SecureValue.requireIdentityCardSecureValue(): IdentityCardSecureValue


requireIdentityWithReverseSideSecureValue [common]
Content
inline fun SecureValue.requireIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue


requireInternalPassportSecureValue [common]
Content
inline fun SecureValue.requireInternalPassportSecureValue(): InternalPassportSecureValue


requireOtherDocumentsSecureValue [common]
Content
inline fun SecureValue.requireOtherDocumentsSecureValue(): OtherDocumentsSecureValue


requirePassportRegistrationSecureValue [common]
Content
inline fun SecureValue.requirePassportRegistrationSecureValue(): PassportRegistrationSecureValue


requirePassportSecureValue [common]
Content
inline fun SecureValue.requirePassportSecureValue(): PassportSecureValue


requirePersonalDetailsSecureValue [common]
Content
inline fun SecureValue.requirePersonalDetailsSecureValue(): PersonalDetailsSecureValue


requireRentalAgreementSecureValue [common]
Content
inline fun SecureValue.requireRentalAgreementSecureValue(): RentalAgreementSecureValue


requireSecureValueIdentity [common]
Content
inline fun SecureValue.requireSecureValueIdentity(): SecureValueIdentity


requireSecureValueWithData [common]
Content
inline fun SecureValue.requireSecureValueWithData(): SecureValueWithData


requireSecureValueWithFiles [common]
Content
inline fun SecureValue.requireSecureValueWithFiles(): SecureValueWithFiles


requireSecureValueWithReverseSide [common]
Content
inline fun SecureValue.requireSecureValueWithReverseSide(): SecureValueWithReverseSide


requireSecureValueWithTranslations [common]
Content
inline fun SecureValue.requireSecureValueWithTranslations(): SecureValueWithTranslations


requireTemporalRegistrationSecureValue [common]
Content
inline fun SecureValue.requireTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue


requireUtilityBillSecureValue [common]
Content
inline fun SecureValue.requireUtilityBillSecureValue(): UtilityBillSecureValue