Uses of Class
org.keycloak.models.credential.dto.RecoveryAuthnCodeRepresentation
- 
Packages that use RecoveryAuthnCodeRepresentation Package Description org.keycloak.models.credential org.keycloak.models.credential.dto 
- 
- 
Uses of RecoveryAuthnCodeRepresentation in org.keycloak.models.credentialMethods in org.keycloak.models.credential that return types with arguments of type RecoveryAuthnCodeRepresentation Modifier and Type Method Description Optional<RecoveryAuthnCodeRepresentation>RecoveryAuthnCodesCredentialModel. getNextRecoveryAuthnCode()
- 
Uses of RecoveryAuthnCodeRepresentation in org.keycloak.models.credential.dtoMethods in org.keycloak.models.credential.dto that return types with arguments of type RecoveryAuthnCodeRepresentation Modifier and Type Method Description List<RecoveryAuthnCodeRepresentation>RecoveryAuthnCodesSecretData. getCodes()Constructor parameters in org.keycloak.models.credential.dto with type arguments of type RecoveryAuthnCodeRepresentation Constructor Description RecoveryAuthnCodesSecretData(List<RecoveryAuthnCodeRepresentation> codes)
 
-