Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2021 Changes in this version + type APIClient struct + AccessTokenRequestApi *AccessTokenRequestApiService + func NewAPIClient(cfg *Configuration) *APIClient + type AccessTokenRequestApiService service + func (a *AccessTokenRequestApiService) AccessTokenRequest(ctx context.Context, grantType string, nfInstanceId string, scope string, ...) (models.AccessTokenRsp, *http.Response, error) + type AccessTokenRequestParamOpts struct + NfType optional.Interface + RequesterPlmn optional.Interface + TargetNfInstanceId optional.Interface + TargetNfType optional.Interface + TargetPlmn optional.Interface + type Configuration struct + 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) SetBasePath(apiRoot string) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string