Auctoritas v0.2.5 Auctoritas.AuthenticationManager.DefaultTokenManager View Source
Link to this section Summary
Functions
Invoked when authenticating; checks supplied authentication_data
Invoked when authenticating; checks supplied data
Invoked when generating token with :refresh_token config option
Invoked when generating token from inserted authentication_data
Link to this section Types
name()
View Source
name() :: String.t()
name() :: String.t()
token()
View Source
token() :: String.t()
token() :: String.t()
Link to this section Functions
authentication_data_check(name, data) View Source
Invoked when authenticating; checks supplied authentication_data
Callback implementation for Auctoritas.TokenManager.authentication_data_check/2
.
data_check(name, data) View Source
Invoked when authenticating; checks supplied data
Callback implementation for Auctoritas.TokenManager.data_check/2
.
generate_refresh_token(name, authentication_data) View Source
Invoked when generating token with :refresh_token config option
Callback implementation for Auctoritas.TokenManager.generate_refresh_token/2
.
generate_token(name, authentication_data) View Source
Invoked when generating token from inserted authentication_data
Callback implementation for Auctoritas.TokenManager.generate_token/2
.