public sealed class GetJSONWebKeysRequest : IMessage<GetJSONWebKeysRequest>, IEquatable<GetJSONWebKeysRequest>, IDeepCloneable<GetJSONWebKeysRequest>, IBufferMessage, IMessage
GetJSONWebKeysRequest gets the public component of the keys used by the
cluster to sign token requests. This will be the jwks_uri for the discover
document returned by getOpenIDConfig. See the OpenID Connect
Discovery 1.0 specification for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of `GetJSONWebKeysRequest` is 3.33.0, but it is part of a set that contains versions ranging back to 2.3.0."],["`GetJSONWebKeysRequest` retrieves the public keys used by a cluster to sign token requests, aligning with the OpenID Connect Discovery 1.0 specification."],["`GetJSONWebKeysRequest` class inherits from Object and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetJSONWebKeysRequest` has a `Parent` property, which is a string representing the cluster (project, location, cluster id), and uses the format `projects/*/locations/*/clusters/*`."],["There are two constructors for the `GetJSONWebKeysRequest` class, one parameterless, and one that takes another `GetJSONWebKeysRequest` as a parameter."]]],[]]