token property

OAuthToken? token
getter/setter pair

The OAuth 2.0 OAuthToken for this user, once authenticated to CARP. Is null if user is not authenticated.

Implementation

OAuthToken? token;