# Functions
NewAuthServiceClient constructs a client for the AuthService service.
NewAuthServiceHandler builds an HTTP handler from the service implementation.
# Constants
AuthServiceAuthenticateProcedure is the fully-qualified name of the AuthService's Authenticate RPC.
AuthServiceLoginProcedure is the fully-qualified name of the AuthService's Login RPC.
AuthServiceName is the fully-qualified name of the AuthService service.
AuthServiceSubmitOtpProcedure is the fully-qualified name of the AuthService's SubmitOtp RPC.
# Structs
UnimplementedAuthServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
AuthServiceClient is a client for the AuthService service.
AuthServiceHandler is an implementation of the AuthService service.