method
App.RequestPasswordReset
func (application *App) RequestPasswordReset(
ctx context.Context,
collection,
identity string,
) errorIssue and send a single-use reset token when configured.
Returns a non-enumerating success shape whether or not the identity exists. Raw tokens are delivered only to the trusted Config callback.
Related types
AppA resolved application bound to operation services.