tokenExpiration property

  1. @JsonKey(fromJson: _durationFromInt)
Duration? tokenExpiration
inherited

If set, tokens to enter private rooms expire after this duration.

See Meeting tokens.

Implementation

@JsonKey(fromJson: _durationFromInt)
Duration? get tokenExpiration => throw _privateConstructorUsedError;