- Notifications
You must be signed in to change notification settings - Fork52
Open
Labels
Description
When determinig whether given credentials are valid, I currently need to inquire them and catch an exception. Like this:
try: cred.lifetime # validexcept ExpiredCredentialsError: # invalidIt would be nice if the Credentials object itself had avalid property that would provide this information.