pub async fn user_get_tokens(
configuration: &Configuration,
username: &str,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<AccessToken>, Error<UserGetTokensError>>
pub async fn user_get_tokens(
configuration: &Configuration,
username: &str,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<AccessToken>, Error<UserGetTokensError>>