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.
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 404 | Not Found |
| Param name | Description |
|---|---|
|
auth_token required |
UUID Associated with an individual User Validations:
|
|
provider required |
Provider value from Omniauth OAuth Gem Validations:
|
|
uid required |
UID value from Omniauth OAuth Gem Validations:
|