WebAuthenticationCoreManager.RequestTokenAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RequestTokenAsync(WebTokenRequest) |
웹 계정 공급자로부터 토큰을 비동기적으로 요청합니다. 필요한 경우 사용자에게 자격 증명을 입력하라는 메시지가 표시됩니다. |
RequestTokenAsync(WebTokenRequest, WebAccount) |
웹 계정 공급자로부터 토큰을 비동기적으로 요청합니다. 필요한 경우 사용자에게 자격 증명을 입력하라는 메시지가 표시됩니다. |
RequestTokenAsync(WebTokenRequest)
웹 계정 공급자로부터 토큰을 비동기적으로 요청합니다. 필요한 경우 사용자에게 자격 증명을 입력하라는 메시지가 표시됩니다.
public:
static IAsyncOperation<WebTokenRequestResult ^> ^ RequestTokenAsync(WebTokenRequest ^ request);
/// [Windows.Foundation.Metadata.Overload("RequestTokenAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest const& request);
[Windows.Foundation.Metadata.Overload("RequestTokenAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest request);
function requestTokenAsync(request)
Public Shared Function RequestTokenAsync (request As WebTokenRequest) As IAsyncOperation(Of WebTokenRequestResult)
매개 변수
- request
- WebTokenRequest
웹 토큰 요청입니다.
반환
비동기 요청 작업입니다. 성공적으로 완료되면 웹 토큰 요청의 결과를 나타내는 WebTokenRequestResult 개체를 포함합니다.
- 특성
설명
이 메서드는 데스크톱 앱 또는 UWP 앱의 백그라운드 스레드에서 호출할 수 없습니다. 데스크톱 앱에 대해 이 메서드와 동등한 방법은 IWebAuthenticationCoreManagerInterop::RequestTokenForWindowAsync를 참조하세요.
추가 정보
- RequestTokenAsync(WebTokenRequest, WebAccount)
- 웹 계정 관리 코드 샘플
- IWebAuthenticationCoreManagerInterop::RequestTokenForWindowAsync
- IWebAuthenticationCoreManagerInterop 인터페이스
적용 대상
RequestTokenAsync(WebTokenRequest, WebAccount)
웹 계정 공급자로부터 토큰을 비동기적으로 요청합니다. 필요한 경우 사용자에게 자격 증명을 입력하라는 메시지가 표시됩니다.
public:
static IAsyncOperation<WebTokenRequestResult ^> ^ RequestTokenAsync(WebTokenRequest ^ request, WebAccount ^ webAccount);
/// [Windows.Foundation.Metadata.Overload("RequestTokenWithWebAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest const& request, WebAccount const& webAccount);
[Windows.Foundation.Metadata.Overload("RequestTokenWithWebAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> RequestTokenAsync(WebTokenRequest request, WebAccount webAccount);
function requestTokenAsync(request, webAccount)
Public Shared Function RequestTokenAsync (request As WebTokenRequest, webAccount As WebAccount) As IAsyncOperation(Of WebTokenRequestResult)
매개 변수
- request
- WebTokenRequest
웹 토큰 요청입니다.
- webAccount
- WebAccount
요청에 대한 웹 계정입니다.
반환
비동기 요청 작업입니다. 성공적으로 완료되면 웹 토큰 요청의 결과를 나타내는 WebTokenRequestResult 개체를 포함합니다.
- 특성
설명
이 메서드는 데스크톱 앱 또는 UWP 앱의 백그라운드 스레드에서 호출할 수 없습니다. 데스크톱 앱에 대한 이 메서드와 동등한 방법은 IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync를 참조하세요.
추가 정보
M:Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager.RequestTokenAsync(Windows.Security.Authentication.Web.Core.WebTokenRequest)
IWebAuthenticationCoreManagerInterop::RequestTokenWithWebAccountForWindowAsync
IWebAuthenticationCoreManagerInterop 인터페이스