Interface IExternalLoginToken
Used to persist an external login token for a user
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public interface IExternalLoginToken
Properties
View SourceLoginProvider
Gets the login provider
Declaration
string LoginProvider { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the token
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets the value of the token
Declaration
string Value { get; }
Property Value
Type | Description |
---|---|
System.String |