NAME
PayProp::API::Public::Client::Authorization::Storage::Local - Local in-memory storage for tokens.
SYNOPSIS
use PayProp::API::Public::Client::Authorization::Storage::Local;
my $Storage = PayProp::API::Public::Client::Authorization::Storage::Local->new(
encryption_secret => 'bleh blurp berp',
throw_on_storage_unavailable => 1,
);
DESCRIPTION
Local key-value storage solution to be provided for C<PayProp::API::Public::Client::Authorization::*>.
ATTRIBUTES
C<PayProp::API::Public::Client::Authorization::Storage::Local> implements the following attributes.
storage
my $storage = $Storage->storage;
my $storage_value = $storage->{<your_storage_key>};
AUTHOR
Yanga Kandeni E<lt>yangak@cpan.orgE<gt>
Valters Skrupskis E<lt>malishew@cpan.orgE<gt>
COPYRIGHT
Copyright 2023- PayProp
LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
If you would like to contribute documentation
or file a bug report then please raise an issue / pull request:
L<https://github.com/Humanstate/api-client-public-module>