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

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

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

import lombok.Data;

@Data
public class TokenResponse {
  private String id_token;
  private String access_token;
  private String token_type;
  private Integer expires_in;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy