Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Authly::OpaqueTokenGenerator
Inherits
Authly::TokenGenerator
<
Reference
<
Object
Constructors
new
(config :
Configuration
=
Authly
.config)
Source
Instance methods
generate_access_token
(client_id :
String
, scope :
String
, sub :
String
, jti :
String
, cert_thumbprint :
String
|
Nil
= nil) :
String
Source
generate_refresh_token
(client_id :
String
, jti :
String
) :
String
Source
store_token_metadata
(jti :
String
, client_id :
String
, scope :
String
, sub :
String
, expires_at :
Time
, cert_thumbprint :
String
|
Nil
= nil)
Source