Class ExternalLoginTokenMapper
Provides mapping configuration between the ExternalLoginToken entity and its corresponding database schema.
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
[MapperFor(typeof(IIdentityUserToken))]
[MapperFor(typeof(IdentityUserToken))]
public sealed class ExternalLoginTokenMapper : BaseMapper
Constructors
View SourceExternalLoginTokenMapper(Lazy<ISqlContext>, MapperConfigurationStore)
Initializes a new instance of the ExternalLoginTokenMapper class, which is responsible for mapping external login token entities to database representations.
Declaration
public ExternalLoginTokenMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
Parameters
| Type | Name | Description |
|---|---|---|
| Lazy<ISqlContext> | sqlContext | A lazily-initialized SQL context used for database operations. |
| MapperConfigurationStore | maps | The configuration store containing mapping definitions for entity properties. |
Methods
View SourceDefineMaps()
Declaration
protected override void DefineMaps()