pub async fn retrieve_refresh_tokens_with_id(
configuration: &Configuration,
user_id: Option<&str>,
) -> Result<RefreshTokenResponse, Error<RetrieveRefreshTokensWithIdError>>
Expand description
Retrieves the refresh tokens that belong to the user with the given Id.