com.wizzdi.security.bearer.jwt.SecretKeyHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexicore-boot-security-bearer-jwt Show documentation
Show all versions of flexicore-boot-security-bearer-jwt Show documentation
FlexiCore Boot Security Bearer JWT
package com.wizzdi.security.bearer.jwt;
import javax.crypto.SecretKey;
public record SecretKeyHolder(SecretKey secretKey) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy