token_with_ttl

Function token_with_ttl 

Source
pub fn token_with_ttl(
    token: impl Into<String>,
    ttl: Duration,
) -> AppCheckResult<AppCheckToken>