AuthenticationGetSessionOptions constructor
AuthenticationGetSessionOptions({})
Implementation
factory AuthenticationGetSessionOptions({
_i2.bool? clearSessionPreference,
_i2.bool? createIfNone,
_i2.Object? forceNewSession,
_i2.bool? silent,
}) =>
AuthenticationGetSessionOptions._(
clearSessionPreference: clearSessionPreference,
createIfNone: createIfNone,
forceNewSession: forceNewSession ?? _i6.undefined,
silent: silent,
);