Class SigningSecret
java.lang.Object
com.google.genai.gaos.models.webhooks.SigningSecret
SigningSecret
Represents a signing secret used to verify webhook payloads.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SigningSecret.Builderbuilder()booleanOutput only.inthashCode()toString()Output only.withExpireTime(OffsetDateTime expireTime) Output only.withTruncatedSecret(String truncatedSecret) Output only.
-
Constructor Details
-
SigningSecret
-
SigningSecret
public SigningSecret()
-
-
Method Details
-
expireTime
Output only. The expiration date of the signing secret. -
truncatedSecret
Output only. The truncated version of the signing secret. -
builder
-
withExpireTime
Output only. The expiration date of the signing secret. -
withTruncatedSecret
Output only. The truncated version of the signing secret. -
equals
-
hashCode
public int hashCode() -
toString
-