Skip to main content

app_jwt_at

Function app_jwt_at 

Source
pub async fn app_jwt_at(
    signer: &dyn AppKeySigner,
    issuer: &str,
    now: u64,
) -> Result<Secret>
Expand description

Mint an App JWT for issuer at now.