isAuthorizing property

bool get isAuthorizing

Tests if the session is in a authorizing state (waiting for user consent).

Implementation

bool get isAuthorizing => state == SessionState.authorizing;