//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.passport.decrypted](../index.md)/[DriverLicenseSecureValue](index.md) # DriverLicenseSecureValue [common] data class [DriverLicenseSecureValue](index.md)(**data**: [DataCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.md)?, **frontSide**: [FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)?, **reverseSide**: [FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)?, **selfie**: [FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)?, **translation**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)>) : [IdentityWithReverseSideSecureValue](../-identity-with-reverse-side-secure-value/index.md) ## Properties | Name | Summary | |---|---| | [credentials](index.md#%5Bdev.inmo.tgbotapi.types.passport.decrypted%2FDriverLicenseSecureValue%2Fcredentials%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [common] open override val [credentials](index.md#%5Bdev.inmo.tgbotapi.types.passport.decrypted%2FDriverLicenseSecureValue%2Fcredentials%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[EndDataCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/index.md)>
| | [data](data.md)| [common] open override val [data](data.md): [DataCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.md)? = null
| | [frontSide](front-side.md)| [common] open override val [frontSide](front-side.md): [FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)? = null
| | [reverseSide](reverse-side.md)| [common] open override val [reverseSide](reverse-side.md): [FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)? = null
| | [selfie](selfie.md)| [common] open override val [selfie](selfie.md): [FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)? = null
| | [translation](translation.md)| [common] open override val [translation](translation.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[FileCredentials](../../dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.md)>
|