isValid property

bool get isValid

Checks the validity of the token response.

Implementation

bool get isValid =>
    this != null && this?.accessToken != null && this?.idToken != null;