module Authly::StateStore

Direct including types

Defined in:

authly/state_store.cr

Instance Method Summary

Instance Method Detail

abstract def store(state : String) #

[View source]
abstract def valid?(state : String) : Bool #

[View source]