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

com.duosecurity.model.AuthContext Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.duosecurity.model;

import java.io.Serializable;
import lombok.Data;

@Data
public class AuthContext implements Serializable {
  private static final long serialVersionUID = -2431823399834806194L;

  private String result;
  private Integer timestamp;
  private AuthDevice auth_device;
  private String txid;
  private String event_type;
  private String reason;
  private AccessDevice access_device;
  private Application application;
  private String factor;
  private User  user;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy