signIn abstract method
- Return access token if sign-in successful,
- Return empty if sign in failed
Implementation
Future signIn({
bool reAuthenticate = true,
bool suppressErrors = true,
bool silentOnly = false,
});
Future signIn({
bool reAuthenticate = true,
bool suppressErrors = true,
bool silentOnly = false,
});