Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
authly
v1.2.8
Authly
AccessToken
AccessTokenHandler
AuthorizableClient
AuthorizableOwner
AuthorizationCode
AuthorizationHandler
Client
ClientCredentials
Clients
Code
CodeChallenge
CodeChallengeBuilder
Empty
Plain
S256
Configuration
Error
Grant
GrantFactory
GrantStrategy
Handler
InMemoryStateStore
InMemoryStore
IntrospectHandler
JWTToken
OpaqueToken
Owner
Owners
Password
RefreshToken
RefreshTokenHandler
ResponseHelper
ResponseType
RevokeHandler
StateStore
TokenManager
TokenStore
TokenStrategy
TokenStrategyFactory
Generated using Crystal 1.11.2
2024-10-12 08:48:14 UTC
class
Authly::
InMemoryStateStore
Authly::InMemoryStateStore
Reference
Object
Included Modules
Authly::StateStore
Defined in:
authly/state_store.cr
Constructors
.new
Instance Method Summary
#store
(state : String)
#valid?
(state : String) : Bool
Instance methods inherited from module
Authly::StateStore
store(state : String)
store
,
valid?(state : String) : Bool
valid?
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
store
(state : String)
#
[
View source
]
def
valid?
(state : String) : Bool
#
[
View source
]