RefreshTokenResponse typedef

RefreshTokenResponse = AuthenticationResponse

Response model for token refresh (same as AuthenticationResponse). Matches iOS RefreshTokenResponse typealias.

Implementation

typedef RefreshTokenResponse = AuthenticationResponse;