Share via


OAuthAccountData Class

Represents an OAuth or OpenID account.

Inheritance Hierarchy

System.Object
  WebMatrix.WebData.OAuthAccountData

Namespace:  WebMatrix.WebData
Assembly:  WebMatrix.WebData (in WebMatrix.WebData.dll)

Syntax

'Declaration
Public Class OAuthAccountData
'Usage
Dim instance As OAuthAccountData
public class OAuthAccountData
public ref class OAuthAccountData
type OAuthAccountData =  class end
public class OAuthAccountData

The OAuthAccountData type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Provider Gets the OAuth or Open ID provider name.
Public property ProviderUserId Gets the OAuth or Open ID provider user ID.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WebMatrix.WebData Namespace