Clone
1
SYSTEM TOKEN token_confirm_email
Ulf Gebhardt edited this page 2017-07-25 20:33:32 +02:00

SYSTEM\TOKEN\token_confirm_email

Confirm Email Token handler Class provided by System to provide a email-confirmation mechanism.

Methods

token

string SYSTEM\TOKEN\token_handler::token()

Generate the Token

expire

integer SYSTEM\TOKEN\token_handler::expire()

Expiredate when the Token expires

confirm

boolean SYSTEM\TOKEN\token_handler::confirm($token_data)

Token confirm processing for the token_handler

Arguments

  • $token_data mixed

text_fail

string SYSTEM\TOKEN\token_handler::text_fail(array $token_data)

Callback text_success on success

Arguments

  • $token_data array - <p>Token Data</p>

text_success

string SYSTEM\TOKEN\token_handler::text_success(array $token_data)

Callback text_success on success

Arguments

  • $token_data array - <p>Token Data</p>