Authenticating Users
Use HyphenAuthenticate to sign in users
Hyphen Authentication are provided in the at.hyphen:android-sdk-authenticate
module of the SDK. You can sign in, create an account, or get the user's key and account information through this module.
Recovery Key Support for Android SDK is Currently in Beta
As the SDK uses Google Play Credential Store to store recovery keys, it is required for the app to be published on Play Store in order to use the feature. If you want to access the feature, please feel free to reach out to jun@meowauth.xyz!
Integrate Hyphen Authenticate
Implementation HyphenAuthenticateDelegate
HyphenAuthenticateDelegate
You must implement the HyphenAuthenateDelegate
interface from Activity
class where you want to use Hyphen authentication.
Authenticate with Google Account
Currently, Hyphen SDK only support Google Account.
You must use the Web Client ID on the Google Cloud Platform for Google Authentication. See also Get your Google API client ID.
Get Hyphen Account
In authenticate successfully, you can get hyphen account.
Last updated
Was this helpful?