Apple
After instantiating the SDK (which is explained here), you're allowed to use the following methods from auth.oauth.apple
.
init()
Parameters
void
Returns
Promise<string>
Returns the URL needed for starting authentication with Apple, to which the user should be redirected.
Example
const initializeAppleOAuth = await sdk.auth.oauth.apple.init()