$optionsGlobal
$optionsGlobal : Array
genTokenOptions Class
This class allow the generation of tokens for openstack, and to inject those tokens into the library. Which allow to do a proper login only once and not for each request
__construct(Array $options) : \genTokenOptions
genTokenOptions constructor
Array | $options | Options to create the objects in the library AuthUrl is the main options required |
Object
unserializeToken(String $tokenSerialized) : \OpenCloud\Common\Auth\Token
Unserialize a token
Unserialize a token and recreate the architecture of the library token
String | $tokenSerialized | the token to be unserialized |
the token unserialized