class Authly::InMemoryStateStore

Included Modules

Defined in:

authly/state_store.cr

Constructors

Instance Method Summary

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]