resourceRequestMethod property

String? resourceRequestMethod

Implementation

String? get resourceRequestMethod => _jsObject.resourceRequestMethod;
void resourceRequestMethod=(String? value)

HTTP Request type used to request data from the resource (i.e. "GET", "POST", etc.).

Used for proof-of-possession flows.

Implementation

set resourceRequestMethod(String? value) =>
    _jsObject.resourceRequestMethod = value;