Skip to main content

create_session

Function create_session 

Source
pub fn create_session(
    keypair: &IdentityKeypair,
    member: &str,
    project_id: &str,
    ttl: Option<Duration>,
) -> SessionToken
Expand description

Create a session token signed by the identity keypair.