method
App.Login
func (application *App) Login(
ctx context.Context,
collection,
email,
password string,
) (AuthSession, error)Authenticate one collection identity with a password.
Use LoginWithOptions to persist safe device metadata. Lockout, email verification, timing defenses, and optional hash upgrades are enforced.
Related types
AppA resolved application bound to operation services.
AuthSessionA newly authenticated session and its one-time raw token.