Auctoritas v0.2.1 Auctoritas.AuthenticationManager.DefaultTokenManager View Source
Link to this section Summary
Functions
Callback implementation for Auctoritas.TokenManager.authentification_data_check/2
Callback implementation for Auctoritas.TokenManager.data_check/2
Callback implementation for Auctoritas.TokenManager.generate_token/2
Link to this section Types
Link to this type
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Link to this type
token()
View Source
token()
View Source
token() :: String.t()
token() :: String.t()
Link to this section Functions
Link to this function
authentification_data_check(name, data) View Source
Callback implementation for Auctoritas.TokenManager.authentification_data_check/2
.
Link to this function
data_check(name, data) View Source
Callback implementation for Auctoritas.TokenManager.data_check/2
.
Link to this function
generate_token(name, data) View Source
Callback implementation for Auctoritas.TokenManager.generate_token/2
.