resourceRequestUri property

String? resourceRequestUri

Implementation

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

URI that token will be used for.

Used for proof-of-possession flows.

Implementation

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