Property | Type | Description | |
---|---|---|---|
GenerateToken | string | ||
Token | System |
Method | Description | |
---|---|---|
CanActivate ( string token ) : bool | ||
ExpireResetPasswordToken ( ) : void | ||
GenerateResetPasswordToken ( ) : void | ||
MarkActivated ( ) : void | ||
Token ( string userId, bool requiresActivation ) : System |
Method | Description | |
---|---|---|
GenerateToken ( ) : string | ||
Token ( ) : System |
public Token ( string userId, bool requiresActivation ) : System | ||
userId | string | |
requiresActivation | bool | |
return | System |