Skip to content

Throw Exception if Authentication Doesn't Return Auth Token #142

@bobbyg603

Description

@bobbyg603

I'm not sure why but I think our backend might return a 2xx code for a client id/client secret authentication error with no token. We should check this case and fail fast.

this._accessToken = loginResponse.access_token;
this._tokenType = loginResponse.token_type;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions