refactor(JwtSignatureService): CreateToken und CreateAndWriteToken Methoden mit Issuer und Audience Inputs hinzugefügt
This commit is contained in:
@@ -86,6 +86,6 @@ namespace DigitalData.Core.Security.Config
|
||||
/// Optionally specifies the digest algorithm to be applied during the signing process for the <see cref="SigningCredentials"/>.
|
||||
/// If not provided, the default algorithm is used.
|
||||
/// </summary>
|
||||
public string? SigningDigest = null;
|
||||
public string? SigningDigest { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user