%PDF- %PDF-
Direktori : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/_build/doctrees/ |
Current File : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/_build/doctrees/auth.doctree |
�cdocutils.nodes document q)�q}q(U nametypesq}q(X authenticationqNX service catalogqNuUsubstitution_defsq}q Uparse_messagesq ]qUcurrent_sourceqNU decorationq NUautofootnote_startqKUnameidsq}q(hUauthenticationqhUservice-catalogquUchildrenq]qcdocutils.nodes section q)�q}q(U rawsourceqU UparentqhUsourceqX- /Users/jamie/projects/php/v1-sdk/doc/auth.rstqUtagnameqUsectionqU attributesq}q(Udupnamesq ]Uclassesq!]Ubackrefsq"]Uidsq#]q$haUnamesq%]q&hauUlineq'KUdocumentq(hh]q)(cdocutils.nodes title q*)�q+}q,(hX Authenticationq-hhhhhUtitleq.h}q/(h ]h!]h"]h#]h%]uh'Kh(hh]q0cdocutils.nodes Text q1X Authenticationq2��q3}q4(hh-hh+ubaubcdocutils.nodes paragraph q5)�q6}q7(hX� The client does not automatically authenticate against the API when it is instantiated - it waits for an API call. When this happens, it checks whether the current “token” has expired, and (re-)authenticates if necessary.q8hhhhhU paragraphq9h}q:(h ]h!]h"]h#]h%]uh'Kh(hh]q;h1X� The client does not automatically authenticate against the API when it is instantiated - it waits for an API call. When this happens, it checks whether the current “token” has expired, and (re-)authenticates if necessary.q<��q=}q>(hh8hh6ubaubh5)�q?}q@(hX) You can force authentication, by calling:qAhhhhhh9h}qB(h ]h!]h"]h#]h%]uh'K h(hh]qCh1X) You can force authentication, by calling:qD��qE}qF(hhAhh?ubaubcdocutils.nodes literal_block qG)�qH}qI(hX $client->authenticate();hhhhhU literal_blockqJh}qK(UlinenosqL�UlanguageqMX phpU xml:spaceqNUpreserveqOh#]h"]h ]h!]h%]uh'Kh(hh]qPh1X $client->authenticate();qQ��qR}qS(hU hhHubaubh5)�qT}qU(hX� If the credentials are incorrect, a ``401`` error will be returned. If credentials are correct, a ``200`` status is returned with your Service Catalog.hhhhhh9h}qV(h ]h!]h"]h#]h%]uh'Kh(hh]qW(h1X$ If the credentials are incorrect, a qX��qY}qZ(hX$ If the credentials are incorrect, a hhTubcdocutils.nodes literal q[)�q\}q](hX ``401``h}q^(h ]h!]h"]h#]h%]uhhTh]q_h1X 401q`��qa}qb(hU hh\ubahUliteralqcubh1X7 error will be returned. If credentials are correct, a qd��qe}qf(hX7 error will be returned. If credentials are correct, a hhTubh[)�qg}qh(hX ``200``h}qi(h ]h!]h"]h#]h%]uhhTh]qjh1X 200qk��ql}qm(hU hhgubahhcubh1X. status is returned with your Service Catalog.qn��qo}qp(hX. status is returned with your Service Catalog.hhTubeubh)�qq}qr(hU hhhhhhh}qs(h ]h!]h"]h#]qthah%]quhauh'Kh(hh]qv(h*)�qw}qx(hX Service Catalogqyhhqhhhh.h}qz(h ]h!]h"]h#]h%]uh'Kh(hh]q{h1X Service Catalogq|��q}}q~(hhyhhwubaubh5)�q}q�(hX The Service Catalog is returned on successful authentication, and is composed of all the different API services available to the current tenant. All of this functionality is encapsulated in the ``Catalog`` object, which allows you greater control and interactivity.hhqhhhh9h}q�(h ]h!]h"]h#]h%]uh'Kh(hh]q�(h1X� The Service Catalog is returned on successful authentication, and is composed of all the different API services available to the current tenant. All of this functionality is encapsulated in the q���q�}q�(hX� The Service Catalog is returned on successful authentication, and is composed of all the different API services available to the current tenant. All of this functionality is encapsulated in the hhubh[)�q�}q�(hX ``Catalog``h}q�(h ]h!]h"]h#]h%]uhhh]q�h1X Catalogq���q�}q�(hU hh�ubahhcubh1X<