OpenAura
  1. Response
OpenAura
  • Authentication
    • Register
      POST
    • Login
      POST
    • GetUserId
      GET
    • RefreshToken
      POST
    • Login Copy
      POST
    • Login Copy Copy
      POST
  • Schemas
    • Authentication
      • Request
        • UserCreationRequest
        • UserAuthRequest
      • Response
        • UserAuthResponse
        • ApiResponse
        • ApiError
  1. Response

UserAuthResponse

response containing the new access and refresh tokens.

{
    "accessToken": "string",
    "refreshToken": "string"
}
Built with