Mountain/RPC/CocoonService/Auth.rs
1#![allow(non_snake_case)]
2
3//! Authentication domain handlers for `CocoonService`. Two gRPC entry
4//! points: `GetAuthenticationSession::Fn` and
5//! `RegisterAuthenticationProvider::Fn`.
6
7pub mod GetAuthenticationSession;
8pub mod RegisterAuthenticationProvider;