MCPcopy Create free account
hub / github.com/actix/examples / AuthData

Class AuthData

auth/simple-auth-server/src/auth_handler.rs:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16#[derive(Debug, Deserialize)]
17pub struct AuthData {
18 pub email: String,
19 pub password: String,
20}
21
22// we need the same data
23// simple aliasing makes the intentions clear and its more readable

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected