struct JWT::JWKS::JWKSet

Overview

JWKS (JSON Web Key Set) structure

Included Modules

Defined in:

jwt/jwks/jwk.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def keys : Array(JWK) #

[View source]
def keys=(keys : Array(JWK)) #

[View source]