Claim
Information about users and clients included in tokens.
enum Claim {
sub
client_id
tenant_id
}
Values
Claim.sub
OpenId subject claim, the value of which is the same as the user id
Claim.client_id
Unique identifier for a client.
Claim.tenant_id
Unique identifier for a tenant.