Plaid::JWKPublicKey
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A JSON Web Key (JWK) that can be used in conjunction with JWT libraries to verify Plaid webhooks
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] alg Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] created_at Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] crv Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] expired_at Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
The kid (Key ID) member can be used to match a specific key. This can be used, for instance, to choose among a set of keys within the JWK during key rollover.
Custom attribute writer method checking allowed values (enum). @param [Object] kid Object to be assigned
The kty (key type) parameter identifies the cryptographic algorithm family used with the key, such as RSA or EC.
Custom attribute writer method checking allowed values (enum). @param [Object] kty Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] use Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid
The x member contains the x coordinate for the elliptic curve point, provided as a base64url-encoded string of the coordinate's big endian representation.
Custom attribute writer method checking allowed values (enum). @param [Object] x Object to be assigned
The y member contains the y coordinate for the elliptic curve point, provided as a base64url-encoded string of the coordinate's big endian representation.