BeginSignInResult

  • BeginSignInResult is a deprecated class, and Credential Manager should be used instead.

  • This class returns a PendingIntent to continue the sign-in flow after initiation.

  • The class includes methods such as getPendingIntent() and writeToParcel().

public final class BeginSignInResult extends Object
implements Parcelable

This class is deprecated.
Use Credential Manager instead.

Result returned from sign-in initiation that includes a PendingIntent that can be used to continue the sign-in flow.

Inherited Constant Summary

Public Method Summary

PendingIntent
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Methods

public PendingIntent getPendingIntent ()

public void writeToParcel (Parcel dest, int flags)