pub fn token(uid: &str) -> Result<Token, InvalidString>Available on crate feature
testkit only.Expand description
A Token an app user would present.
ยงErrors
Returns InvalidString if uid is not a usable CiString(36).
pub fn token(uid: &str) -> Result<Token, InvalidString>testkit only.A Token an app user would present.
Returns InvalidString if uid is not a usable CiString(36).