pub(in server) async fn whoami(
__arg0: Extension<AuthenticatedCn>,
) -> Json<WhoamiResponse>Expand description
GET /v1/whoami - verified mTLS CN of the caller.
pub(in server) async fn whoami(
__arg0: Extension<AuthenticatedCn>,
) -> Json<WhoamiResponse>GET /v1/whoami - verified mTLS CN of the caller.