thatkingguy_auth_service/auth_utils/
models.rs

1pub struct Credentials {
2  pub username: String,
3  pub password: String,
4}