accessTokenExpiry property

  1. @BuiltValueField(wireName: r'access_token_expiry')
String? get accessTokenExpiry

The date and time that the access token expires.

Implementation

@BuiltValueField(wireName: r'access_token_expiry')
String? get accessTokenExpiry;