PolicyTokenOperation interface
The resource operation to acquire a token for.
Properties
| content | The payload of the resource operation. |
| http |
The http method of the resource operation. |
| uri | The request URI of the resource operation. |
Property Details
content
The payload of the resource operation.
content?: any
Property Value
any
httpMethod
The http method of the resource operation.
httpMethod: string
Property Value
string
uri
The request URI of the resource operation.
uri: string
Property Value
string