@Nullable open fun readPasswordlessToken(): PasswordlessToken?
Reads the stored passwordless token, if a valid one is stored.
Return PasswordlessToken?: The stored passwordless token, if any. null otherwise.
null