isUserAuthenticated

open fun isUserAuthenticated(@NonNull context: Context): Boolean

Call this method to check if the current user is authenticated or not.

A user is authenticated if all account credential filled.

Return

Whether the current user is authenticated or not

Parameters

context

The application context