• Error: AndroidError
• ResponseType: typeof AndroidResponseType
The type of response requested. Valid values are code
and id_token
. You can request one or both.
• Scope: typeof AndroidScope
The amount of user information requested from Apple. Valid values are name
and email
.
You can request one, both, or none.
• isSupported: boolean
A boolean value of whether Apple Authentication is supported on this API version.
The Apple authentication process requires API 19+ to work correctly.
▸ configure(configObject
): void
Prepare the module for sign in. This must be called before appleAuthAndroid.signIn()
;
Name | Type |
---|---|
configObject |
AndroidConfig |
void
▸ signIn(): Promise
<AndroidSigninResponse
>
Open browser window to begin user sign in. Must call appleAuthAndroid.configure(options)
first.
Promise
<AndroidSigninResponse
>