checkToken<T> method
Checks the user authentication in 'IFrame' and 'Flash' apps using the 'access_token' parameter.
Implementation
Future<ApiResponse<T>> checkToken<T>(Map<String, Object> params) =>
_api.request<T>('secure.checkToken', params);