# Functions
ConfigDecoderOptions enables necessary mapstructure decode hook functions.
NewServer creates a new iamd server.
# Constants
EmailResetPasswordSubject is the subject for password reset emails.
EmailVerificationSubject is the subject for verification emails.
# Variables
EmailResetPasswordAPI is a template for an email with API-based password reset.
EmailResetPasswordUI is a template for an email with UI-based password reset.
EmailVerificationAPI is a template for an email with API-based verification.
EmailVerificationUI is a template for an email with UI-based verification.
# Structs
Config defines iamd's configuration.
EmailUserInfo represents information available to email templates.
Server represents the iamd server.