data class VerificationCode : Parcelable
interface Provider | 
VerificationCode(source: Parcel)VerificationCode(verificationCode: String, keepLoggedIn: Boolean) | 
val keepLoggedIn: Boolean | 
|
val verificationCode: String | 
fun describeContents(): Int | 
|
fun writeToParcel(dest: Parcel, flags: Int): Unit | 
val CREATOR: Creator<VerificationCode> |