Class RefreshTokenViewModel
Inheritance
System.Object
RefreshTokenViewModel
Assembly: mix.identity.dll
Syntax
public class RefreshTokenViewModel : ViewModelBase<MixCmsAccountContext, RefreshTokens, Guid, RefreshTokenViewModel>
Constructors
|
Improve this Doc
View Source
RefreshTokenViewModel()
Declaration
public RefreshTokenViewModel()
|
Improve this Doc
View Source
RefreshTokenViewModel(RefreshTokens, UnitOfWorkInfo)
Declaration
public RefreshTokenViewModel(RefreshTokens entity, UnitOfWorkInfo uowInfo = null)
Parameters
Type |
Name |
Description |
RefreshTokens |
entity |
|
UnitOfWorkInfo |
uowInfo |
|
|
Improve this Doc
View Source
RefreshTokenViewModel(UnitOfWorkInfo)
Declaration
public RefreshTokenViewModel(UnitOfWorkInfo unitOfWorkInfo)
Parameters
Type |
Name |
Description |
UnitOfWorkInfo |
unitOfWorkInfo |
|
Properties
|
Improve this Doc
View Source
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExpiresUtc
Declaration
public DateTime ExpiresUtc { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
IssuedUtc
Declaration
public DateTime IssuedUtc { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
InitDefaultValues(String, Nullable<Int32>)
Declaration
public override void InitDefaultValues(string language = null, int? cultureId = default(int? ))
Parameters
Type |
Name |
Description |
System.String |
language |
|
System.Nullable<System.Int32> |
cultureId |
|