OAuthAccountData Class

Definition

Represents an OAuth or OpenID account.

public class OAuthAccountData
type OAuthAccountData = class
Public Class OAuthAccountData
Inheritance
OAuthAccountData

Constructors

OAuthAccountData(String, String)

Initializes a new instance of the OAuthAccountData class by using the specified OAuth or Open ID provider and provider user ID.

Properties

Provider

Gets the OAuth or Open ID provider name.

ProviderUserId

Gets the OAuth or Open ID provider user ID.

Applies to