docs/SsoApi.md in ultracart_api-3.3.1 vs docs/SsoApi.md in ultracart_api-3.3.2

- old
+ new

@@ -54,11 +54,11 @@ - **Accept**: application/json # **sso_authorize** -> ItemsResponse sso_authorize(authorization_request) +> SingleSignOnAuthorizeResponse sso_authorize(authorization_request) Authorize a single sign on session Starts the process of authorizing a single sign on session. @@ -90,11 +90,11 @@ ------------- | ------------- | ------------- | ------------- **authorization_request** | [**SingleSignOnAuthorizeRequest**](SingleSignOnAuthorizeRequest.md)| Authorization request | ### Return type -[**ItemsResponse**](ItemsResponse.md) +[**SingleSignOnAuthorizeResponse**](SingleSignOnAuthorizeResponse.md) ### Authorization [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey) @@ -148,11 +148,11 @@ - **Accept**: application/json # **sso_token** -> ItemsResponse sso_token(token_request) +> SingleSignOnTokenResponse sso_token(token_request) Exchange a single sign on code for a simple key token Called by your application after receiving the code back on the redirect URI to obtain a simple key token to make API calls with @@ -184,10 +184,10 @@ ------------- | ------------- | ------------- | ------------- **token_request** | [**SingleSignOnTokenRequest**](SingleSignOnTokenRequest.md)| Token request | ### Return type -[**ItemsResponse**](ItemsResponse.md) +[**SingleSignOnTokenResponse**](SingleSignOnTokenResponse.md) ### Authorization [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)