IProvideUserSecretBackend
in
Interface IProvideUserSecretBackend
Tags
Table of Contents
Methods
- getCurrentUserSecret() : non-empty-string|null
- Optionally returns a stable per-user secret. This secret is for instance used to secure file encryption keys.
Methods
getCurrentUserSecret()
Optionally returns a stable per-user secret. This secret is for instance used to secure file encryption keys.
public
getCurrentUserSecret() : non-empty-string|null
Tags
Return values
non-empty-string|null —Returns the per-user secret if the backend is configured or null otherwise.