Kernel::System::AccessToken::Key

NAME

Kernel::System::AccessToken::Key – Represents an access-token encrypt/decrypt key record.

PUBLIC INTERFACE

has ID

Attribute that holds record ID.

has Value

Attribute that holds the encrypt/decrypt key.

has Value

Attribute that holds create time of the record.

Delete()

Deletes the key from the storage.

    my $Result = $Key->Delete();

Returns

    1 - in case of success.
    C<undef> - in case any error occurs.

PRIVATE INTERFACE

has _AccessTokenModule

Attribute that holds a reference for the main access-token module/object.

_OverloadBool()

Operator overloading for 'boolean' expressions.

Scroll to Top