OAuthTokens constructor
const
OAuthTokens({})
Implementation
const OAuthTokens({
required this.accessToken,
this.refreshToken,
this.expiresAt,
this.scopes = const ['user:inference'],
this.subscriptionType,
this.rateLimitTier,
});