x509Token property

  1. @JsonKey(name: 'X.509Token', fromJson: OnvifUtil.stringOrMappedToBool, defaultValue: false)
bool x509Token
final

Indicates support for WS-Security X.509 token.

Implementation

@JsonKey(
  name: 'X.509Token',
  fromJson: OnvifUtil.stringOrMappedToBool,
  defaultValue: false,
)
final bool x509Token;