Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jwks
v0.2.1
JW
Public
Key
Kty
KeySets
Token
Built with Crystal 1.9.2
2023-10-08 14:34:19 UTC
class
JW::Public::KeySets
JW::Public::KeySets
Reference
Object
Defined in:
jwks.cr
Constructors
.new
(uri : String, cache_duration : Time::Span =
24
.hours)
Instance Method Summary
#cache_duration
: Time::Span
#select
(kid : String) : Key
#uri
: String
#values
: Array(Key) | Nil
Constructor Detail
def self.
new
(uri : String, cache_duration : Time::Span =
24
.hours)
#
[
View source
]
Instance Method Detail
def
cache_duration
: Time::Span
#
[
View source
]
def
select
(kid : String) :
Key
#
[
View source
]
def
uri
: String
#
[
View source
]
def
values
: Array(
Key
) | Nil
#
[
View source
]