Skip to main content

Mountain/RPC/CocoonService/
Auth.rs

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