pub async fn refresh_token(
    configuration: &Configuration,
    app_client: &str,
    body: &str
) -> Result<UserTokenReturn, Error<RefreshTokenError>>
Expand description

Refreshes tokens given a refresh token.