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

org.macrocloud.kernel.security.provider.ClientDetails Maven / Gradle / Ivy

There is a newer version: 1.1.0-RELEASE
Show newest version
package org.macrocloud.kernel.security.provider;

import lombok.Data;

@Data
public class ClientDetails implements IClientDetails {

    private String clientId;
    private String clientSecret;
    private Integer accessTokenValidity;
    private Integer refreshTokenValidity;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy