共用方式為


OAuthAccountData(String, String) 建構函式

定義

使用指定的 OAuth 或 Open ID 提供者和提供者使用者識別碼, OAuthAccountData 初始化 類別的新實例。

public OAuthAccountData (string provider, string providerUserId);
new WebMatrix.WebData.OAuthAccountData : string * string -> WebMatrix.WebData.OAuthAccountData
Public Sub New (provider As String, providerUserId As String)

參數

provider
String

提供者。

providerUserId
String

提供者使用者識別碼。

適用於