Share via


ExternalLoginInfo Class

Used to return information needed to associate an external login

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.Owin.ExternalLoginInfo

Namespace:  Microsoft.AspNet.Identity.Owin
Assembly:  Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)

Syntax

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

The ExternalLoginInfo type exposes the following members.

Constructors

  Name Description
Public method ExternalLoginInfo

Top

Properties

  Name Description
Public property DefaultUserName Suggested user name for a user
Public property Login Associated login data

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

Microsoft.AspNet.Identity.Owin Namespace