pub async fn get_client_info(
__arg0: State<ApiState>,
__arg1: Path<String>,
) -> ApiResponse<ClientInfo>Expand description
GET /oauth/clients/{client_id} Get OAuth client information
pub async fn get_client_info(
__arg0: State<ApiState>,
__arg1: Path<String>,
) -> ApiResponse<ClientInfo>GET /oauth/clients/{client_id} Get OAuth client information