Initial ...
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace xIds.Interfaces
|
||||
{
|
||||
public interface IXIdentityMessageProvider
|
||||
{
|
||||
string InviteMsg { get; }
|
||||
string RegistrationApproveMsg { get; }
|
||||
string RegisteredMsg { get; }
|
||||
string VerificationCodeMsg { get; }
|
||||
string ChangePasswordMsg { get; }
|
||||
string PasswordChangedMsg { get; }
|
||||
string NewDeviceLoggedInMsg { get; }
|
||||
|
||||
bool IsReady();
|
||||
void PrepareMessages(string lang);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user