The response schema for the GetAuthorizationCode operation.

Export

GetAuthorizationCodeResponse

interface GetAuthorizationCodeResponse {
    errors?: Error[];
    payload?: AuthorizationCode;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetAuthorizationCodeResponse

Memberof

GetAuthorizationCodeResponse