d4science-iam-client/src/main/java/org/gcube/common/iam/D4ScienceCustomClaims.java

21 lines
536 B
Java

package org.gcube.common.iam;
public class D4ScienceCustomClaims {
/**
* The display name of a client with service account
*/
public static final String CLIENT_NAME = "name";
/**
* The registered contact person of a client with service account
*/
public static final String CLIENT_CONTACT_PERSON = "contact_person";
/**
* The registered contact organization of a client with service account
*/
public static final String CLIENT_CONTACT_ORGANISATION = "contact_organisation";
}