AuthToken object type
Properties
The AuthToken object type has the following properties:
- authToken (string)
- The actual auth token string. Use this as the access token when making an OAuth request.
- targetObject (Base)
- (Deprecated) The root object to which this auth token grants access. This is a legacy field maintained for backwards compatibility with older clients, as auth tokens are no longer scoped to specific objects.