class JWKS::KeyResponse
- JWKS::KeyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
json.crConstructors
Instance Method Summary
- #alg : String | Nil
- #alg=(alg : String | Nil)
- #e : String | Nil
- #e=(e : String | Nil)
- #get_x5c
- #has_cert
- #kid : String
- #kid=(kid : String)
- #kty : String | Nil
- #kty=(kty : String | Nil)
- #n : String | Nil
- #n=(n : String | Nil)
- #use : String | Nil
- #use=(use : String | Nil)
- #x5c : Array(String) | Nil
- #x5c=(x5c : Array(String) | Nil)
- #x5t : String | Nil
- #x5t=(x5t : String | Nil)