public sealed class Claims : IMessage<Claims>, IEquatable<Claims>, IDeepCloneable<Claims>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class Claims.
Claims identifying a specific customer.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
Claims()
public Claims()Claims(Claims)
public Claims(Claims other)| Parameter | |
|---|---|
| Name | Description |
other |
Claims |
Properties
Audience
public string Audience { get; set; }Audience.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Issuer
public string Issuer { get; set; }Issuer. Usually the client_id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Subject
public string Subject { get; set; }Subject. Usually the email.
| Property Value | |
|---|---|
| Type | Description |
string |
|