isValidAuth property

  1. @override
bool isValidAuth
override

Gets if this authorization instance has valid authentication nounce. (token/encryptedToken)

Implementation

@override
bool get isValidAuth => !isNullOrEmpty(_encryptedAccessToken);