Uses of Class
app.coronawarn.server.services.submission.verification.Tan
-
Packages that use Tan Package Description app.coronawarn.server.services.submission.verification -
-
Uses of Tan in app.coronawarn.server.services.submission.verification
Methods in app.coronawarn.server.services.submission.verification that return Tan Modifier and Type Method Description static Tan
Tan. of(String tanString)
Creates a newTan(java.util.UUID)
instance for the given tan string.Methods in app.coronawarn.server.services.submission.verification with parameters of type Tan Modifier and Type Method Description String
VerificationServerClient. verifyTan(Tan tan)
This methods calls the verification service with the given {#link tan}.
-