http://www.gliffy.com
complexType oauth-token-credentials

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.gliffy.com}oauth-token-credentials (restriction)

Documentation
Contains the user token, if they have one.
Properties
This component is not nillable.

Model
<...>
(oauth-token, oauth-token-secret, create-date )
</...>


Nested Element Summary
xs:longcreate-date
          Date, as UNIX timestamp, on which this token was created 
xs:stringoauth-token
          The oauth token (request or access) 
xs:stringoauth-token-secret
          The oauth token secret 
Source
<xs:complexType name="oauth-token-credentials">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="oauth-token" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="oauth-token-secret" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="create-date" type="xs:long">
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.