Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for Client Credentials Grant authentication method #821

Merged
merged 3 commits into from
Mar 11, 2022

Conversation

arjankowski
Copy link
Contributor

No description provided.

Copy link
Contributor Author

@arjankowski arjankowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to improve

case let .success(token):
expect(token).to(equal(tokenInfo.accessToken))
case let .failure(error):
fail("getCCGClientForUser should succeed, but instead got \(error)")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace

case let .success(token):
expect(token).to(equal(tokenInfo.accessToken))
case let .failure(error):
fail("getCCGClientForAccountService should succeed, but instead got \(error)")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace

Copy link
Contributor

@antusus antusus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@arjankowski arjankowski merged commit f6d7542 into main Mar 11, 2022
@arjankowski arjankowski deleted the aj/sdk-1596-ccg branch March 11, 2022 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants