1#![allow(non_snake_case)]
23//! Authentication domain handlers for `CocoonService`. Two gRPC entry
4//! points: `GetAuthenticationSession::Fn` and
5//! `RegisterAuthenticationProvider::Fn`.
67pub mod GetAuthenticationSession;
89pub mod RegisterAuthenticationProvider;