method
App.ChangePassword
func (application *App) ChangePassword(
ctx context.Context,
sessionToken,
currentPassword,
nextPassword string,
) errorVerify the current password, replace it, and revoke all sessions and API keys.
Related types
AppA resolved application bound to operation services.