public class JwtKeyGenerator extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
JwtKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
create()
Create a new JWT based on the currently logged in user.
|
String |
getPublicJwkSet() |
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic String getPublicJwkSet()
Copyright © 2023 Frank!Framework. All rights reserved.