The Apple Button type to render, this controls the button text.
• CONTINUE = "Continue"
Renders the button with 'Continue with Apple'.
• DEFAULT = "SignIn"
The default button, the same as SIGN_IN
.
• SIGN_IN = "SignIn"
Renders the button with '# with Apple'.
• SIGN_UP = "#"
Renders the button with '# with Apple'.
Note: This only works on iOS 13.2+. To check if the current device supports this, use the provided
is#ButtonSupported
flag from the AppleAuth module.