ExternalLoginInfo Class
Represents a class that is used to return information needed to associate an external login.
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | ExternalLoginInfo() | Initializes a new instance of the ExternalLoginInfo class. |
| Name | Description | |
|---|---|---|
![]() | DefaultUserName | Gets or sets the suggested user name for a user. |
![]() | Gets or sets the email claim from the external identity. | |
![]() | ExternalIdentity | Gets or sets the external identity. |
![]() | Login | Gets or sets the associated login data. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


