pub async fn authenticate(
__arg0: State<ApiState>,
__arg1: Json<AuthenticateRequest>,
) -> ApiResponse<LoginResponse>Expand description
POST /auth/authenticate - Flexible authentication endpoint
pub async fn authenticate(
__arg0: State<ApiState>,
__arg1: Json<AuthenticateRequest>,
) -> ApiResponse<LoginResponse>POST /auth/authenticate - Flexible authentication endpoint