checkToken<T> method

Future<ApiResponse<T>> checkToken<T>(
  1. Map<String, Object> params
)

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);