OAuth

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

Authentification access an refresh tokens.See Oauth2

XML

Elements

name (type) min/max
occurs
description
access_token (string) 0/1 Access token
expires_in (long) 0/1 The lifetime in seconds of the access token
token_type (string) 0/1 Token type
refresh_token (string) 0/1 Refresh token

JSON

property type description
access_token access_token (string) Access token
expires_in expires_in (long) The lifetime in seconds of the access token
token_type token_type (string) Token type
refresh_token refresh_token (string) Refresh token