OAuth Configuration
OAuth Configuration

OAuth Configuration

The variability of customer environments and their authentication requirements is addressed with the
oAuthClientSecret
,
oAuthClientID
, and
oAuthBasicHeader
parameters.
The Client Secret and Client ID information is provided by the customer. When this information is presented by to the
PTT Pro for Android
authenticating service as an access token. If this information is not provided or is not presented exactly, access is not possible,
OAuth Configuration Parameters
Parameter
Description
Type
Default Value
Configurable Values
oAuthClientID
Client ID
String
368xxxxxxxxxxxxxxx-xxxxxxxxxxx-xxxxxxxxxxxxxbda
If using the client's default client ID, there is no need to configure this.
string
oAuthClientSecret
Client Secret
String
empty
string
oAuthBasicHeader
Determines the location of the ClientID and Client Secret when the device submits the access request. When set to false, the credentials are placed in the request body. When set to true, the credentials are placed in the request header.
Boolean
false
true or false