Skip to main content

Mountain/Air/AirServiceTypesStub/
AuthenticationRequest.rs

1#![allow(non_snake_case)]
2
3//! `AuthenticateUser` request DTO.
4
5#[derive(Debug, Clone)]
6pub struct Struct {
7	pub request_id:String,
8	pub provider:String,
9	pub credentials:serde_json::Value,
10}