다음을 통해 공유


WebAuthenticationCoreManager.GetTokenSilentlyAsync 메서드

정의

오버로드

GetTokenSilentlyAsync(WebTokenRequest)

UI를 표시하지 않고 토큰을 비동기적으로 가져옵니다. 사용자에게 자격 증명을 입력하라는 메시지가 표시되지 않습니다.

GetTokenSilentlyAsync(WebTokenRequest, WebAccount)

UI를 표시하지 않고 토큰을 비동기적으로 가져옵니다. 사용자에게 자격 증명을 입력하라는 메시지가 표시되지 않습니다.

GetTokenSilentlyAsync(WebTokenRequest)

UI를 표시하지 않고 토큰을 비동기적으로 가져옵니다. 사용자에게 자격 증명을 입력하라는 메시지가 표시되지 않습니다.

public:
 static IAsyncOperation<WebTokenRequestResult ^> ^ GetTokenSilentlyAsync(WebTokenRequest ^ request);
/// [Windows.Foundation.Metadata.Overload("GetTokenSilentlyAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest const& request);
[Windows.Foundation.Metadata.Overload("GetTokenSilentlyAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest request);
function getTokenSilentlyAsync(request)
Public Shared Function GetTokenSilentlyAsync (request As WebTokenRequest) As IAsyncOperation(Of WebTokenRequestResult)

매개 변수

request
WebTokenRequest

웹 토큰 요청입니다.

반환

비동기 요청 작업입니다. 성공적으로 완료되면 웹 토큰 요청의 결과를 나타내는 WebTokenRequestResult 개체를 포함합니다.

특성

설명

RequestTokenAsync와 달리 백그라운드 스레드에서 이 메서드를 호출할 수 있습니다.

추가 정보

적용 대상

GetTokenSilentlyAsync(WebTokenRequest, WebAccount)

UI를 표시하지 않고 토큰을 비동기적으로 가져옵니다. 사용자에게 자격 증명을 입력하라는 메시지가 표시되지 않습니다.

public:
 static IAsyncOperation<WebTokenRequestResult ^> ^ GetTokenSilentlyAsync(WebTokenRequest ^ request, WebAccount ^ webAccount);
/// [Windows.Foundation.Metadata.Overload("GetTokenSilentlyWithWebAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest const& request, WebAccount const& webAccount);
[Windows.Foundation.Metadata.Overload("GetTokenSilentlyWithWebAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest request, WebAccount webAccount);
function getTokenSilentlyAsync(request, webAccount)
Public Shared Function GetTokenSilentlyAsync (request As WebTokenRequest, webAccount As WebAccount) As IAsyncOperation(Of WebTokenRequestResult)

매개 변수

request
WebTokenRequest

웹 토큰 요청입니다.

webAccount
WebAccount

웹 계정입니다.

반환

비동기 요청 작업입니다. 성공적으로 완료되면 웹 토큰 요청의 결과를 나타내는 WebTokenRequestResult 개체를 포함합니다.

특성

추가 정보

적용 대상