Skip to main content

Mountain/RPC/CocoonService/
Auth.rs

1//! Authentication domain handlers for `CocoonService`. Two gRPC entry
2//! points: `GetAuthenticationSession::Fn` and
3//! `RegisterAuthenticationProvider::Fn`.
4
5pub mod GetAuthenticationSession;
6
7pub mod RegisterAuthenticationProvider;