pub async fn create_session_token( channel: Channel, auth: SessionAuth, ) -> Result<String, AuthError>
Create a session and return just the session token.