Class TokenCodeRepresentation
java.lang.Object
net.interus.keycloak.tokencode.jpa.representations.TokenCodeRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSecretData(String secretData) static TokenCodeRepresentationvalueOf(String realmId, String uri, String toAddress, TokenCodeType type, MediaType mediaType, String credentialType, String credentialData)
-
Constructor Details
-
TokenCodeRepresentation
public TokenCodeRepresentation()
-
-
Method Details
-
valueOf
public static TokenCodeRepresentation valueOf(String realmId, String uri, String toAddress, TokenCodeType type, MediaType mediaType, String credentialType, String credentialData) -
setSecretData
-