feat(GtxMessagingService): SendSms-Methode initialisiert und Authentifizierungspfad hinzugefügt.
This commit is contained in:
@@ -50,5 +50,7 @@ namespace EnvelopeGenerator.Application.Configurations.GtxMessaging
|
||||
public int? Deferred { get; init; }
|
||||
|
||||
public DateTime? DeferredTime { get; init; }
|
||||
|
||||
internal string AuthPath => Format is null ? AuthKey : string.Join('/', AuthKey, Format);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user