Skip to main content

Generate an auth device token pair for a device

GET 

/v1/organizations/:organizationId/projects/:projectId/platforms/android/users/:userId/devices/:deviceId/tokens

Generate an auth device token pair for a device

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    userId stringrequired
    deviceId stringrequired

Responses

Successfully generated auth device token pair.

Schema
    authToken stringrequired

    The authentication token

    refreshToken stringrequired

    The refresh token

Loading...