public static class

PhoneAuthProvider.ForceResendingToken

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.firebase.auth.PhoneAuthProvider.ForceResendingToken

Class Overview

A 'token' that can be used to force re-sending an SMS verification code. This token can be obtained in onCodeSent(String, PhoneAuthProvider.ForceResendingToken) callback.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<PhoneAuthProvider.ForceResendingToken> CREATOR
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<PhoneAuthProvider.ForceResendingToken> CREATOR