Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + UAVAuthenticationApi *UAVAuthenticationApiService + func NewAPIClient(cfg *Configuration) *APIClient + type Configuration struct + MetricsHook openapi.RequestMetricsHook + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) BasePath() string + func (c *Configuration) DefaultHeader() map[string]string + func (c *Configuration) HTTPClient() *http.Client + func (c *Configuration) Host() string + func (c *Configuration) Metrics() openapi.RequestMetricsHook + func (c *Configuration) SetBasePath(apiRoot string) + func (c *Configuration) SetHTTPClient(client *http.Client) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string + type NullAuthNotificationPostError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type NullAuthNotificationPostRequest struct + AuthNotification *models.AuthNotification + func (r *NullAuthNotificationPostRequest) SetAuthNotification(AuthNotification models.AuthNotification) + type NullAuthNotificationPostResponse struct + type UAVAuthenticationApiService service + func (a *UAVAuthenticationApiService) NullAuthNotificationPost(ctx context.Context, uri string, request *NullAuthNotificationPostRequest) (*NullAuthNotificationPostResponse, error) + func (a *UAVAuthenticationApiService) UavAuthenticationsPost(ctx context.Context, request *UavAuthenticationsPostRequest) (*UavAuthenticationsPostResponse, error) + type UavAuthenticationsPostError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + UavAuthFailure models.UavAuthFailure + Var3gppSbiTargetNfId string + type UavAuthenticationsPostRequest struct + NefAuthenticationUavAuthInfo *models.NefAuthenticationUavAuthInfo + func (r *UavAuthenticationsPostRequest) SetNefAuthenticationUavAuthInfo(NefAuthenticationUavAuthInfo models.NefAuthenticationUavAuthInfo) + type UavAuthenticationsPostResponse struct + NefAuthenticationUavAuthResponse models.NefAuthenticationUavAuthResponse