Generic Function Get-User-Confirmation-Token (2 methods)

( get-user-confirmation-token < user-token > &key < store > < validity-duration > (validity-duration *default-token-validity*) (store *default-password-store*) )

Part of:

package cl-password-store

Create a new account confirmation token, register it for USER-TOKEN (replacing a possibly-existing old one) in STORE (default: default-password-store), and note that it will after VALIDITY-DURATION (default: default-token-validity), a duration as created by clsql:make-duration. Account cannot be authenticated until confirm-registration was successful. Returns a string, the token.

Method Summary

get-user-confirmation-token < string > 
get-user-confirmation-token < user-token-mixin