Function ::exo::get_api_token

Overview
fn get_api_token() -> String

Returns the api token for the user, which triggered this execution.

Example:

let api_token = exo::get_api_token();
assert!(api_token is String);