github.com/free5gc/openapi@v1.0.8/models/model_auth_type.go (about)

     1  /*
     2   * NudmUEAU
     3   *
     4   * UDM UE Authentication Service
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type AuthType string
    13  
    14  // List of AuthType
    15  const (
    16  	AuthType__5_G_AKA      AuthType = "5G_AKA"
    17  	AuthType_EAP_AKA_PRIME AuthType = "EAP_AKA_PRIME"
    18  	AuthType_EAP_TLS       AuthType = "EAP_TLS"
    19  )