DownstreamWebApi 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use DownstreamApi in Microsoft.Identity.Abstractions, implemented in Microsoft.Identity.Web.DownstreamApi.See aka.ms/id-web-downstream-api-v2 for migration details.
다운스트림 웹 API에 대한 구현입니다.
[System.Obsolete("Use DownstreamApi in Microsoft.Identity.Abstractions, implemented in Microsoft.Identity.Web.DownstreamApi.See aka.ms/id-web-downstream-api-v2 for migration details.", false)]
public class DownstreamWebApi : Microsoft.Identity.Web.IDownstreamWebApi
[<System.Obsolete("Use DownstreamApi in Microsoft.Identity.Abstractions, implemented in Microsoft.Identity.Web.DownstreamApi.See aka.ms/id-web-downstream-api-v2 for migration details.", false)>]
type DownstreamWebApi = class
interface IDownstreamWebApi
Public Class DownstreamWebApi
Implements IDownstreamWebApi
- 상속
-
DownstreamWebApi
- 특성
- 구현
생성자
| Name | Description |
|---|---|
| DownstreamWebApi(ITokenAcquisition, IOptionsMonitor<DownstreamWebApiOptions>, HttpClient, IOptionsMonitor<MicrosoftIdentityOptions>) |
사용되지 않음.
생성자. |
메서드
| Name | Description |
|---|---|
| CallWebApiForAppAsync(String, String, Action<DownstreamWebApiOptions>, StringContent) |
사용되지 않음.
필요한 범위를 사용하여 앱에 대한 다운스트림 웹 API를 호출합니다. |
| CallWebApiForUserAsync(String, String, Action<DownstreamWebApiOptions>, ClaimsPrincipal, StringContent) |
사용되지 않음.
구성의 다운스트림 웹 API에 대한 설명을 기반으로 사용자에 대한 다운스트림 웹 API를 호출합니다. |
| CallWebApiForUserAsync<TInput,TOutput>(String, TInput, String, Action<DownstreamWebApiOptions>, ClaimsPrincipal) |
사용되지 않음.
일부 데이터와 함께 JSON을 사용하는 다운스트림 웹 API를 호출하고 데이터를 반환합니다. |