Class CustomClaims

public class CustomClaims

User's custom claims, typically used to define user roles and propagated to an authenticated user's ID token.

Inheritance

java.lang.Object > CustomClaims

Constructors

CustomClaims()

public CustomClaims()

Methods

getFields()

public Map<String,Map<String,Object>> getFields()

Unordered map of dynamically typed values.

Returns
TypeDescription
Map<String,Map<String,java.lang.Object>>

setFields(Map<String,Map<String,Object>> value)

public void setFields(Map<String,Map<String,Object>> value)
Parameter
NameDescription
valueMap<String,Map<String,java.lang.Object>>