canAuthenticate property
bool
get
canAuthenticate
Implementation
bool get canAuthenticate => profile != null && session?.hasAccessToken == true;
bool get canAuthenticate => profile != null && session?.hasAccessToken == true;