tokenRequestors property

  1. @BuiltValueField.new(wireName: r'tokenRequestors')
TokenRequestorsRestriction? get tokenRequestors

List of token requestor IDs and the operation. Supported operations: anyMatch, noneMatch.

Implementation

@BuiltValueField(wireName: r'tokenRequestors')
TokenRequestorsRestriction? get tokenRequestors;