x509Token property
- @JsonKey(name: 'X.509Token', fromJson: OnvifUtil.stringOrMappedToBool, defaultValue: false)
final
Indicates support for WS-Security X.509 token.
Implementation
@JsonKey(
name: 'X.509Token',
fromJson: OnvifUtil.stringOrMappedToBool,
defaultValue: false)
final bool x509Token;