Interface AdminLogin200Response

Export

AdminLogin200Response

Hierarchy

  • AdminLogin200Response

Properties

access_token?: any

An access token you may provide in the Authorization header of API requests. The App Services API Authentication section demonstrates how to use this token.

Memberof

AdminLogin200Response

device_id?: any

Memberof

AdminLogin200Response

refresh_token?: any

A refresh token you may provide in the Authorization header of POST auth/session to obtain a new access_token for the current user session.

Memberof

AdminLogin200Response

user_id?: any

The unique _id value of the MongoDB Cloud user.

Memberof

AdminLogin200Response

Generated using TypeDoc