GetSignInIntentRequest

public class GetSignInIntentRequest extends Object
implements Parcelable

Request to get a Google sign-in intent.

Nested Class Summary

class GetSignInIntentRequest.Builder Builder class for GetSignInIntentRequest

Inherited Constant Summary

Public Method Summary

static GetSignInIntentRequest.Builder
boolean
String
getHostedDomainFilter()
Returns the hostedDomainFilter if it was set in the request, or null otherwise.
String
getNonce()
Returns the nonce that was set in the request.
String
getServerClientId()
Returns the serverClientId that was set in the request.
int
boolean
requestVerifiedPhoneNumber()
This method is deprecated. No replacement.
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Methods

public static GetSignInIntentRequest.Builder builder ()

public boolean equals (Object o)

public String getHostedDomainFilter ()

Returns the hostedDomainFilter if it was set in the request, or null otherwise.

public String getNonce ()

Returns the nonce that was set in the request.

public String getServerClientId ()

Returns the serverClientId that was set in the request.

public int hashCode ()

public boolean requestVerifiedPhoneNumber ()

This method is deprecated.
No replacement.

Returns whether a verified phone number is requested.

public void writeToParcel (Parcel dest, int flags)