All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.foodtechlab.lib.auth.service.domain.preference.entity.AuthSessionWithConfirmationTTLs Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package ru.foodtechlab.lib.auth.service.domain.preference.entity;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class AuthSessionWithConfirmationTTLs {

    private Long authSessionWithOneTimeConfirmationCodeTTL;
    private Long authSessionWithPersonalConfirmationCodeTTL;
    private Long authSessionWithGeneralConfirmationCodeTTL;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy