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

com.flyfish.oauth.domain.to.ClientAuthority Maven / Gradle / Ivy

package com.flyfish.oauth.domain.to;

import lombok.Data;

@Data
public class ClientAuthority {

    private String authority;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy