import { GMResponse } from "@authlete/typescript-sdk/models";
let value: GMResponse = {};| Field | Type | Required | Description |
|---|---|---|---|
resultCode |
string | ➖ | The code which represents the result of the API call. |
resultMessage |
string | ➖ | A short message which explains the result of the API call. |
action |
models.GMResponseAction | ➖ | The next action that the authorization server implementation should take. |
responseContent |
string | ➖ | The content that the authorization server implementation is to return to the client application. Its format varies depending on the value of action parameter. |
dpopNonce |
string | ➖ | Get the expected nonce value for DPoP proof JWT, which should be used as the value of the DPoP-Nonce HTTP header. |