authenticator
0.0.0
In authenticator::
models::
keyring
Statics
SECRET_SERVICE
Functions
encode_argon2
has_set_password
is_current_password
password_attributes
remove_token
reset_password
set_password
store
token
token_attributes
token_exists
authenticator
::
models
::
keyring
Function
token
Copy item path
Settings
Help
Summary
Source
pub async fn token(token_id: &
str
) ->
Result
<
Option
<
String
>>