class Authly::Configuration
- Authly::Configuration
- Reference
- Object
Defined in:
authly/configuration.crInstance Method Summary
- #access_ttl : Time::Span
- #access_ttl=(access_ttl : Time::Span)
- #algorithm : JWT::Algorithm
- #algorithm=(algorithm : JWT::Algorithm)
- #audience : String
- #audience=(audience : String)
- #clients : AuthorizableClient
- #clients=(clients : AuthorizableClient)
- #code_ttl : Time::Span
- #code_ttl=(code_ttl : Time::Span)
- #issuer : String
- #issuer=(issuer : String)
- #owners : AuthorizableOwner
- #owners=(owners : AuthorizableOwner)
- #public_key : String
- #public_key=(public_key : String)
- #refresh_ttl : Time::Span
- #refresh_ttl=(refresh_ttl : Time::Span)
- #secret_key : String
- #secret_key=(secret_key : String)
- #state_store : StateStore
- #state_store=(state_store : StateStore)
- #token_store : TokenStore
- #token_store=(token_store : TokenStore)
- #token_strategy : Symbol
- #token_strategy=(token_strategy : Symbol)