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

com.quincy.auth.OAuth2Result Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.quincy.auth;

import lombok.Data;

@Data
public class OAuth2Result {
	private Integer errorStatus = null;
	private String errorUri = null;
	private String error = null;
	private Integer errorResponse = null;
	private String username = null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy