▸ default(keypair
, htu
, htm
, nonce?
, accessToken?
, additional?
): Promise
<string
>
Generates a unique DPoP Proof JWT.
Name | Type | Description |
---|---|---|
keypair |
KeyPair |
|
htu |
string |
The HTTP URI (without query and fragment parts) of the request |
htm |
string |
The HTTP method of the request |
nonce? |
string |
Server-provided nonce. |
accessToken? |
string |
Associated access token's value. |
additional? |
Record <string , JsonValue > |
Any additional claims. |
Promise
<string
>