status property

TwitterAuthStatus status
final

The status after a Twitter login flow has completed.

This affects whether the session or error are available or not. If the user cancelled the login flow, both session and errorMessage are null.

Implementation

final TwitterAuthStatus status;