Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 4.65 KB

File metadata and controls

19 lines (14 loc) · 4.65 KB

GMResponse

Example Usage

import { GMResponse } from "@authlete/typescript-sdk/models";

let value: GMResponse = {};

Fields

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.