-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM TOKEN token_handler
Ulf Gebhardt edited this page Jul 25, 2017
·
1 revision
Abstract token_handler Class provided by System to provide API for any token mechanism.
- Interface name: token_handler
- Namespace: SYSTEM\TOKEN
- This is an interface
string SYSTEM\TOKEN\token_handler::token()
Generate the Token
- Visibility: public
- This method is static.
integer SYSTEM\TOKEN\token_handler::expire()
Expiredate when the Token expires
- Visibility: public
- This method is static.
boolean SYSTEM\TOKEN\token_handler::confirm($token_data)
Token confirm processing for the token_handler
- Visibility: public
- This method is static.
- $token_data mixed
string SYSTEM\TOKEN\token_handler::text_success(array $token_data)
Callback text_success on success
- Visibility: public
- This method is static.
- $token_data array - <p>Token Data</p>
string SYSTEM\TOKEN\token_handler::text_fail(array $token_data)
Callback text_success on success
- Visibility: public
- This method is static.
- $token_data array - <p>Token Data</p>