OAuth element

Type: OAuth
Namespace: (default namespace)
XML Schema: ns0.xsd

Authentification access an refresh tokens.See Oauth2

Example XML

<?xml version="1.0" encoding="UTF-8"?> <OAuth> <access_token>...</access_token> <expires_in>...</expires_in> <token_type>...</token_type> <refresh_token>...</refresh_token> </OAuth>

Example JSON

{ "access_token" : "...", "expires_in" : ..., "token_type" : "...", "refresh_token" : "..." }