다음을 통해 공유


WebTokenResponse 생성자

정의

오버로드

WebTokenResponse()

WebTokenResponse 클래스의 새 instance 초기화합니다.

WebTokenResponse(String)

하나의 입력으로 WebTokenResponse 클래스의 새 instance 초기화합니다.

WebTokenResponse(String, WebAccount)

두 개의 입력으로 WebTokenResponse 클래스의 새 instance 초기화합니다.

WebTokenResponse(String, WebAccount, WebProviderError)

세 개의 입력을 사용하여 WebTokenResponse 클래스의 새 instance 초기화합니다.

WebTokenResponse()

WebTokenResponse 클래스의 새 instance 초기화합니다.

public:
 WebTokenResponse();
 WebTokenResponse();
public WebTokenResponse();
function WebTokenResponse()
Public Sub New ()

추가 정보

적용 대상

WebTokenResponse(String)

하나의 입력으로 WebTokenResponse 클래스의 새 instance 초기화합니다.

public:
 WebTokenResponse(Platform::String ^ token);
 WebTokenResponse(winrt::hstring const& token);
public WebTokenResponse(string token);
function WebTokenResponse(token)
Public Sub New (token As String)

매개 변수

token
String

Platform::String

winrt::hstring

토큰입니다.

추가 정보

적용 대상

WebTokenResponse(String, WebAccount)

두 개의 입력으로 WebTokenResponse 클래스의 새 instance 초기화합니다.

public:
 WebTokenResponse(Platform::String ^ token, WebAccount ^ webAccount);
 WebTokenResponse(winrt::hstring const& token, WebAccount const& webAccount);
public WebTokenResponse(string token, WebAccount webAccount);
function WebTokenResponse(token, webAccount)
Public Sub New (token As String, webAccount As WebAccount)

매개 변수

token
String

Platform::String

winrt::hstring

토큰입니다.

webAccount
WebAccount

WebAccount입니다.

추가 정보

적용 대상

WebTokenResponse(String, WebAccount, WebProviderError)

세 개의 입력을 사용하여 WebTokenResponse 클래스의 새 instance 초기화합니다.

public:
 WebTokenResponse(Platform::String ^ token, WebAccount ^ webAccount, WebProviderError ^ error);
 WebTokenResponse(winrt::hstring const& token, WebAccount const& webAccount, WebProviderError const& error);
public WebTokenResponse(string token, WebAccount webAccount, WebProviderError error);
function WebTokenResponse(token, webAccount, error)
Public Sub New (token As String, webAccount As WebAccount, error As WebProviderError)

매개 변수

token
String

Platform::String

winrt::hstring

토큰입니다.

webAccount
WebAccount

WebAccount입니다.

error
WebProviderError

웹 공급자 오류입니다.

추가 정보

적용 대상