Create an ID tokenpost https://mfa.akamai.com/api/v1/idp/oidc/tokenThis operation exchanges an authorization code for ID token.Body Paramsclient_secretstringrequiredlength ≥ 1The client secret for your Akamai MFA OIDC integration.codestringrequiredlength ≥ 1The authorization code.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successful response. 400Bad request. The server couldn’t process the request due to malformed or missing parameters. 401Unauthorized. Integration ID is invalid or missing. 403Forbidden. The server understood the request but refused to process it. 404Not found. Requested resource not found. 415Unsupported media type. Content type not supported. 500Internal server error. Unexpected error occurred on the server.Updated about 1 month ago