class Authly::Configuration

Defined in:

authly/configuration.cr

Instance Method Summary

Instance Method Detail

def access_ttl : Time::Span #

[View source]
def access_ttl=(access_ttl : Time::Span) #

[View source]
def algorithm : JWT::Algorithm #

[View source]
def algorithm=(algorithm : JWT::Algorithm) #

[View source]
def audience : String #

[View source]
def audience=(audience : String) #

[View source]
def clients : AuthorizableClient #

[View source]
def clients=(clients : AuthorizableClient) #

[View source]
def code_ttl : Time::Span #

[View source]
def code_ttl=(code_ttl : Time::Span) #

[View source]
def issuer : String #

[View source]
def issuer=(issuer : String) #

[View source]
def owners : AuthorizableOwner #

[View source]
def owners=(owners : AuthorizableOwner) #

[View source]
def public_key : String #

[View source]
def public_key=(public_key : String) #

[View source]
def refresh_ttl : Time::Span #

[View source]
def refresh_ttl=(refresh_ttl : Time::Span) #

[View source]
def secret_key : String #

[View source]
def secret_key=(secret_key : String) #

[View source]
def state_store : StateStore #

[View source]
def state_store=(state_store : StateStore) #

[View source]
def token_store : TokenStore #

[View source]
def token_store=(token_store : TokenStore) #

[View source]
def token_strategy : Symbol #

[View source]
def token_strategy=(token_strategy : Symbol) #

[View source]