WebTokenResponse 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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(String, WebAccount)
- WebTokenResponse(String, WebAccount, WebProviderError)
- 웹 계정 관리 코드 샘플
적용 대상
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(String, WebAccount, WebProviderError)
- 웹 계정 관리 코드 샘플
적용 대상
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
웹 공급자 오류입니다.