AccountsResource class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
createAuthUri (GoogleCloudIdentitytoolkitV1CreateAuthUriRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1CreateAuthUriResponse >
If an email identifier is specified, checks and returns if any user
account is registered with the email.
delete (GoogleCloudIdentitytoolkitV1DeleteAccountRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1DeleteAccountResponse >
Deletes a user's account.
issueSamlResponse (GoogleCloudIdentitytoolkitV1IssueSamlResponseRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1IssueSamlResponseResponse >
Experimental
lookup (GoogleCloudIdentitytoolkitV1GetAccountInfoRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1GetAccountInfoResponse >
Gets account information for all matched accounts.
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword (GoogleCloudIdentitytoolkitV1ResetPasswordRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1ResetPasswordResponse >
Resets the password of an account either using an out-of-band code
generated by sendOobCode or by specifying the email and password of the
account to be modified.
sendOobCode (GoogleCloudIdentitytoolkitV1GetOobCodeRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1GetOobCodeResponse >
Sends an out-of-band confirmation code for an account.
sendVerificationCode (GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse >
Sends a SMS verification code for phone number sign-in.
signInWithCustomToken (GoogleCloudIdentitytoolkitV1SignInWithCustomTokenRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SignInWithCustomTokenResponse >
Signs in or signs up a user by exchanging a custom Auth token.
signInWithEmailLink (GoogleCloudIdentitytoolkitV1SignInWithEmailLinkRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SignInWithEmailLinkResponse >
Signs in or signs up a user with a out-of-band code from an email link.
signInWithGameCenter (GoogleCloudIdentitytoolkitV1SignInWithGameCenterRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SignInWithGameCenterResponse >
Signs in or signs up a user with iOS Game Center credentials.
signInWithIdp (GoogleCloudIdentitytoolkitV1SignInWithIdpRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SignInWithIdpResponse >
Signs in or signs up a user using credentials from an Identity Provider
(IdP).
signInWithPassword (GoogleCloudIdentitytoolkitV1SignInWithPasswordRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse >
Signs in a user with email and password.
signInWithPhoneNumber (GoogleCloudIdentitytoolkitV1SignInWithPhoneNumberRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SignInWithPhoneNumberResponse >
Completes a phone number authentication attempt.
signUp (GoogleCloudIdentitytoolkitV1SignUpRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SignUpResponse >
Signs up a new email and password user or anonymous user, or upgrades an
anonymous user to email and password.
toString ()
→ String
A string representation of this object.
inherited
update (GoogleCloudIdentitytoolkitV1SetAccountInfoRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1SetAccountInfoResponse >
Updates account-related information for the specified user by setting
specific fields or applying action codes.
verifyIosClient (GoogleCloudIdentitytoolkitV1VerifyIosClientRequest request , {String ? $fields })
→ Future <GoogleCloudIdentitytoolkitV1VerifyIosClientResponse >
Verifies an iOS client is a real iOS device.