ExFTP.Auth.DigestAuthConfig (ExFTP v1.0.4)
View SourceA module describing the authenticator_config value for ExFTP.Auth.DigestAuth
👀 See Also
📖 Resources
Summary
Types
The authenticator_config value for ExFTP.Auth.DigestAuth
Functions
Builds a ExFTP.Auth.DigestAuthConfig.t/0
from a map
Types
@type t() :: %ExFTP.Auth.DigestAuthConfig{ authenticated_method: ExFTP.Auth.Common.authenticated_method(), authenticated_ttl_ms: ExFTP.Auth.Common.authenticated_ttl_ms(), authenticated_url: ExFTP.Auth.Common.authenticated_url() | nil, login_method: ExFTP.Auth.Common.login_method(), login_url: ExFTP.Auth.Common.login_url() }
The authenticator_config value for ExFTP.Auth.DigestAuth
🏷️ Required Keys
- login_url ::
ExFTP.Auth.Common.login_url/0
🏷️ Optional Keys
- login_method ::
ExFTP.Auth.Common.login_method/0
- authenticated_url ::
ExFTP.Auth.Common.authenticated_url/0
- authenticated_method ::
ExFTP.Auth.Common.authenticated_method/0
- authenticated_ttl_ms ::
ExFTP.Auth.Common.authenticated_ttl_ms/0
Functions
Builds a ExFTP.Auth.DigestAuthConfig.t/0
from a map
🏷️ Params
- m :: A map to build into a
ExFTP.Auth.DigestAuthConfig.t/0