class Acme::Client::JWK::Base

def to_h

Returns a Hash.

Get this JWK as a Hash for JSON serialization.
def to_h
  raise NotImplementedError
end