google_api_container v0.5.0 GoogleApi.Container.V1.Model.Jwk View Source
Jwk is a JSON Web Key as specified in RFC 7517
Attributes
- alg (String.t): NOLINT Defaults to:
null
. - crv (String.t): NOLINT Defaults to:
null
. - e (String.t): NOLINT Defaults to:
null
. - kid (String.t): NOLINT Defaults to:
null
. - kty (String.t): NOLINT Defaults to:
null
. - n (String.t): Fields for RSA keys. NOLINT Defaults to:
null
. - use (String.t): NOLINT Defaults to:
null
. - x (String.t): Fields for ECDSA keys. NOLINT Defaults to:
null
. - y (String.t): NOLINT Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.