OAuthSessionManager constructor
OAuthSessionManager({})
Implementation
OAuthSessionManager({
required this.serverUrl,
required this.clientId,
this.clientSecret,
this.refreshSkew = const Duration(minutes: 2),
this.minValidFor = const Duration(hours: 8),
});