decode_token

Function decode_token 

Source
pub fn decode_token(
    hashed: &AuthToken,
) -> Result<AuthCredentials, Box<dyn Error>>
Expand description

Decode passed AuthToken and return AuthCredentials