pub async fn init(
scx: &Context,
no_browser: bool,
force: bool,
admin_endpoint: Option<Url>,
cloud_endpoint: Option<Url>,
) -> Result<(), Error>
Expand description
Initiates the profile creation process.
There are only two ways to create a profile:
- By prompting your user and email.
- By opening the browser and creating the credentials in the console.