blinkSDK.isAuthenticated()
Checks if there is a Blink user is authenticated when called
Usage
if (blinkSDK.isAuthenticated()) {
// Your app-side logic when a Blink user is authenticated
// i.e. hide "Login with Blink" button and
} else {
// Your app-side logic when a Blink user is not authenticated
// i.e. show "Login with Blink" button
}
Signature
blinkSDK.isAuthenticated()
Parameters
none
Returns
A boolean, specifying the authentication status.