/ue-authentications/{authCtxId}/eap-session


  Method: Post 
    Operation ID: EapAuthMethod 
 
    Parameters: 
      - Name: authCtxId 
        In: path 
        Required/Optional: true 
        Schema: 
          Type: string 
    Request Body: 
      Content: 
        Application/JSON: 
          Schema: 
            Reference: '#/components/schemas/EapSession' 
 
    Responses: 
      '200': 
        Description: Use to handle or close the EAP session 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/EapSession' 
          application/3gppHal+json: 
            Schema: 
              Type: object 
              Properties: 
                eapPayload: 
                  Reference: '#/components/schemas/EapPayload' 
                _links: 
                  Type: object 
                  description: 'URI : /{eapSessionUri}' 
                  additionalProperties: 
                    Reference: 'TS29571_CommonData.yaml#/components/schemas/LinksValueSchema' 
                  minProperties: 1 
              Required/Optional: 
                - eapPayload 
                - _links 
      '400': 
        Description: Bad Request 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' 
      '500': 
        Description: Internal Server Error 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'