Loading js-packages/meep-auth-svc-client/docs/AuthApi.md +40 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,46 @@ null (empty response body) No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="loginSupported"></a> # **loginSupported** > loginSupported() Check if login is supported Check if login is supported and whether session exists ### Example ```javascript var AdvantEdgeAuthServiceRestApi = require('advant_edge_auth_service_rest_api'); var apiInstance = new AdvantEdgeAuthServiceRestApi.AuthApi(); var callback = function(error, data, response) { if (error) { console.error(error); } else { console.log('API called successfully.'); } }; apiInstance.loginSupported(callback); ``` ### Parameters This endpoint does not need any parameter. ### Return type null (empty response body) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json Loading Loading
js-packages/meep-auth-svc-client/docs/AuthApi.md +40 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,46 @@ null (empty response body) No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json <a name="loginSupported"></a> # **loginSupported** > loginSupported() Check if login is supported Check if login is supported and whether session exists ### Example ```javascript var AdvantEdgeAuthServiceRestApi = require('advant_edge_auth_service_rest_api'); var apiInstance = new AdvantEdgeAuthServiceRestApi.AuthApi(); var callback = function(error, data, response) { if (error) { console.error(error); } else { console.log('API called successfully.'); } }; apiInstance.loginSupported(callback); ``` ### Parameters This endpoint does not need any parameter. ### Return type null (empty response body) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json Loading