identity_communication

package
v0.0.0-...-b31fe97 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Communication

type Communication interface {
	Registration(identity identity_models.Identity, urlWithToken string) error
	RegistrationConfirmation(identity identity_models.Identity) error
	PasswordReset(identity identity_models.Identity, urlWithPasswordResetToken string) error
	PasswordResetConfirmation(identity identity_models.Identity, urlWithPasswordResetToken string) error
	IdentityChange(identity identity_models.Identity, newIdentity string, urlWithConfirmationToken string) error
	IdentityChangeConfirmation(identity identity_models.Identity) error
	IdentityChangeFinalConfirmation(identity identity_models.Identity) error
}

Communication is the interface for communication (email/sms)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL