[][src]Function zap_api::http_sessions::set_session_token_value

pub fn set_session_token_value(
    service: &ZapService,
    site: String,
    session: String,
    sessiontoken: String,
    tokenvalue: String
) -> Result<Value, ZapApiError>

Sets the value of the session token of the given session for the given site.