Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Identity Platform accounts API support #58

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vamsii777
Copy link

Description

Implements the accounts API portion of Google Identity Platform (Identity Toolkit)

Accounts API Implementation (/v1/accounts:*)

  • signInWithPassword - Sign in with email/password
  • signInWithCustomToken - Sign in with custom token
  • signInWithEmailLink - Sign in with email link
  • signInWithGameCenter - Sign in with Game Center
  • signInWithIdp - Sign in with Identity Provider
  • signInWithPhoneNumber - Sign in with phone number
  • sendVerificationCode - Send SMS verification code
  • sendOobCode - Send out-of-band confirmation code
  • createAuthUri - Check email registration
  • resetPassword - Reset account password
  • lookup - Get account information
  • delete - Delete user account
  • update - Update account information
  • verifyIosClient - Verify iOS client authenticity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant