DeviceBoundSession constructor
DeviceBoundSession({
- required DeviceBoundSessionKey key,
- required String refreshUrl,
- required DeviceBoundSessionInclusionRules inclusionRules,
- required List<
DeviceBoundSessionCookieCraving> cookieCravings, - required TimeSinceEpoch expiryDate,
- String? cachedChallenge,
- required List<
String> allowedRefreshInitiators,
Implementation
DeviceBoundSession({
required this.key,
required this.refreshUrl,
required this.inclusionRules,
required this.cookieCravings,
required this.expiryDate,
this.cachedChallenge,
required this.allowedRefreshInitiators,
});