class JWKS::Key

Defined in:

jwks.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(kid : String, alg : String | Nil, public_key : String) #

[View source]

Class Method Detail

def self.from_response(key : KeyResponse) #

[View source]

Instance Method Detail

def alg : String | Nil #

[View source]
def alg=(alg : String | Nil) #

[View source]
def kid : String #

[View source]
def kid=(kid : String) #

[View source]
def public_key : String #

[View source]
def public_key=(public_key : String) #

[View source]