Class JwtTokenCreator
- java.lang.Object
-
- io.quarkiverse.githubapp.runtime.signing.JwtTokenCreator
-
@Singleton public class JwtTokenCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description JwtTokenCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateJwtToken(String githubAppId, PrivateKey privateKey, long ttlMillis)
-
-
-
Method Detail
-
createJwtToken
public String createJwtToken(String githubAppId, PrivateKey privateKey, long ttlMillis) throws GeneralSecurityException, IOException
- Throws:
GeneralSecurityExceptionIOException
-
-