signIn

suspend fun signIn(config: AccountConfig, apiKey: String, password: String): Client

Sign in to an account and provision this device, returning a client operating under the account's handle. Save exportIdentity and reconnect with signInWithIdentity on later runs.