pub async fn get_client(
configuration: &Configuration,
client_id: &str,
detail: Option<bool>,
) -> Result<GetClient200Response, Error<GetClientError>>
Expand description
指定したOAuth2クライアントの情報を取得します。 詳細情報の取得には対象のクライアントの管理権限が必要です。
pub async fn get_client(
configuration: &Configuration,
client_id: &str,
detail: Option<bool>,
) -> Result<GetClient200Response, Error<GetClientError>>
指定したOAuth2クライアントの情報を取得します。 詳細情報の取得には対象のクライアントの管理権限が必要です。