Home
last modified time | relevance | path

Searched refs:unauthenticated (Results 1 – 2 of 2) sorted by relevance

/tonic/examples/src/authentication/
H A Dserver.rs38 _ => Err(Status::unauthenticated("No valid auth token")), in check_auth()
/tonic/tonic/src/
H A Dstatus.rs304 pub fn unauthenticated(message: impl Into<String>) -> Status { in unauthenticated() method
992 assert_eq!(Status::unauthenticated("").code(), Code::Unauthenticated); in constructors()