diff --git a/DigitalData.Core.Abstractions/Security/IJwtSignatureHandler.cs b/DigitalData.Core.Abstractions/Security/IJwtSignatureHandler.cs index 9a92db2..cdcb017 100644 --- a/DigitalData.Core.Abstractions/Security/IJwtSignatureHandler.cs +++ b/DigitalData.Core.Abstractions/Security/IJwtSignatureHandler.cs @@ -6,14 +6,10 @@ namespace DigitalData.Core.Abstractions.Security { SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor); - SecurityToken CreateToken(TPrincipal subject, TokenDescription description); - SecurityToken CreateToken(TPrincipal subject, string issuer, string audience); string CreateAndWriteToken(SecurityTokenDescriptor descriptor); - string CreateAndWriteToken(TPrincipal subject, TokenDescription description); - string CreateAndWriteToken(TPrincipal subject, string issuer, string audience); } } \ No newline at end of file