method
App.ResetPassword
func (application *App) ResetPassword(
ctx context.Context,
collection,
token,
password string,
) errorConsume a single-use reset token and revoke credentials.
Related types
AppA resolved application bound to operation services.