Type Alias axum_login::UserId

source ·
pub type UserId<Backend> = <<Backend as AuthnBackend>::User as AuthUser>::Id;
Expand description

Type alias for the backend user’s ID.