antimatter.session_mixins.verification_mixin#

Module Contents#

Classes#

VerificationMixin

Session mixin defining CRUD functionality for verification actions.

Attributes#

antimatter.session_mixins.verification_mixin.ADMIN_VERIFICATION_PROMPT = 'domain not authenticated - check email to verify account; verification email can be sent again...'#
class antimatter.session_mixins.verification_mixin.VerificationMixin(domain: str, client_func: Callable[[], antimatter.client.DefaultApi], email: str | None, **kwargs)#

Session mixin defining CRUD functionality for verification actions.

resend_verification_email(email: str | None = None)#

Resend the verification email to the admin contact email. If the session was called with an email, that will be used if none is provided.

Parameters:

email – The email to resend the verification email for.