Click or drag to resize

SessionAuthenticatorExpires Property

Gets the optional expiration date for this session

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public Nullable<DateTimeOffset> Expires { get; }

Property Value

Type: NullableDateTimeOffset
See Also