Constructor
# <Intro />
The Intro screen displayed to unauthenticated users. Contains necessary methods to facilitate login and navigation to the Registration screens.
Members
Methods
# inner goToRegistration()
Navigates to RegisterMain.
# async inner login()
Function that initiates the login flow. It opens up with the in app browser and sends an authorization request to the API, which redirects the user to the backend login page. If the credentials entered are valid, the OAuth Authorization Code flow will occur, which results in the user recieving an access token and refresh token which are then stored in AuthStore.
# async inner openPrivacyPolicy()
Opens up the privacy policy page.