class JWKS::KeyResponse

Included Modules

Defined in:

json.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def alg : String | Nil #

def alg=(alg : String | Nil) #

def e : String | Nil #

def e=(e : String | Nil) #

def get_x5c #

[View source]
def has_cert #

[View source]
def kid : String #

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

[View source]
def kty : String | Nil #

def kty=(kty : String | Nil) #

def n : String | Nil #

def n=(n : String | Nil) #

def use : String | Nil #

def use=(use : String | Nil) #

def x5c : Array(String) | Nil #

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

[View source]
def x5t : String | Nil #

def x5t=(x5t : String | Nil) #