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

sample golang SDK creation using kiota #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

sample golang SDK creation using kiota #79

wants to merge 1 commit into from

Conversation

sudev
Copy link
Contributor

@sudev sudev commented Sep 30, 2024

No description provided.

"sync"
)

type EkaJwtProvider interface {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@vishal24tuniki This is the only interface that you should implement.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because the Auth Token is not taken as a Bearer Standard, so we had to extend the functionality using a custom implementation,

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.

1 participant