refreshToken abstract method
- @POST.new('/v1/dim/token/refresh')
- @Body.new() RequestAuthRefreshToken authentication
Implementation
@POST('/v1/dim/token/refresh')
Future<ResponseAuthToken> refreshToken(
@Body() RequestAuthRefreshToken authentication,
);