typedef struct oauth2_manager_s *oauth2_manager_h;
/**
- * @brief Creates oauth2_manager_h handle.
+ * @brief Creates #oauth2_manager_h handle.
* @remarks The @a handle must be released using oauth2_manager_destroy().
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
OAUTH2_API int oauth2_manager_create(oauth2_manager_h *handle);
/**
- * @brief Destroys oauth2_manager_h handle.
+ * @brief Destroys #oauth2_manager_h handle.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @param[in] handle The oauth2 manager handle
typedef struct oauth2_request_s *oauth2_request_h;
/**
- * @brief Creates oauth2_request_h handle.
+ * @brief Creates #oauth2_request_h handle.
* @details The handle must be freed via oauth2_request_destroy().
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
OAUTH2_API int oauth2_request_create(oauth2_request_h *handle);
/**
- * @brief Destroys oauth2_request_h handle.
+ * @brief Destroys #oauth2_request_h handle.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @param[in] handle The oauth2_request handle to destroy
/**
* @brief Gets refresh token end point URL.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @privlevel public
*
* @remarks You must not release @a url using free().
* @param[in] handle The request handle