Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_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;