Read-only method for retrieving an AuthUser object for use by third-party applications to authenticate via an external service (e.g. Google OAuth2) and use those as credentials with this application.

Errors

Code Description
401 Unauthorized
404 Not Found

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String

provider
required

Provider value from Omniauth OAuth Gem

Validations:

  • Must be a String

uid
required

UID value from Omniauth OAuth Gem

Validations:

  • Must be a String