relToken property

  1. @JsonKey(name: 'RELToken', fromJson: OnvifUtil.stringOrMappedToBool, defaultValue: false)
bool relToken
final

Indicates whether or not WS-Security REL token is supported.

Implementation

@JsonKey(
    name: 'RELToken',
    fromJson: OnvifUtil.stringOrMappedToBool,
    defaultValue: false)
final bool relToken;