jsonResource property

JsonResource? jsonResource
getter/setter pair

A JSON representation of a pass to be validated.

Either this or jwt_resource should be set. Requests setting both or neither will be rejected.

Optional.

Implementation

JsonResource? jsonResource;