LinkIdpRequest class abstract

Implemented types

Constructors

LinkIdpRequest({required String idToken, required Uri requestUri, required String postBody, bool returnSecureToken, bool returnIdpCredential})
const
factory
LinkIdpRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$LinkIdpRequestImplCopyWith<_$LinkIdpRequestImpl>
no setter
hashCode int
The hash code for this object.
no setterinherited
idToken String
The Firebase ID token of the account you are trying to link the credential to.
no setter
postBody String
Contains the OAuth credential (an ID token or access token) and provider ID which issues the credential.
no setter
requestUri Uri
The URI to which the IDP redirects the user back.
no setter
returnIdpCredential bool
Whether to force the return of the OAuth credential on the following errors: FEDERATED_USER_ID_ALREADY_LINKED and EMAIL_EXISTS.
no setter
returnSecureToken bool
Whether or not to return an ID and refresh token. Should always be true.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited