Class JwtTokenCreator
java.lang.Object
io.quarkiverse.githubapp.runtime.signing.JwtTokenCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateJwtToken(String githubAppId, PrivateKey privateKey, long ttlSeconds)
-
Constructor Details
-
JwtTokenCreator
public JwtTokenCreator()
-
-
Method Details
-
createJwtToken
public String createJwtToken(String githubAppId, PrivateKey privateKey, long ttlSeconds) throws GeneralSecurityException, IOException - Throws:
GeneralSecurityExceptionIOException
-