-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update documents #15
Update documents #15
Conversation
395f9bc
to
91dd203
Compare
public isolated client class Client { | ||
final http:Client excelClient; | ||
|
||
# Initializes the connector. During initialization you can pass either http:BearerTokenConfig if you have a bearer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To initialize, you can either pass the http:BearerTokenConfig if you have a bearer
final http:Client excelClient; | ||
|
||
# Initializes the connector. During initialization you can pass either http:BearerTokenConfig if you have a bearer | ||
# token or http:OAuth2RefreshTokenGrantConfig if you have OAuth tokens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
token or the http:OAuth2RefreshTokenGrantConfig if you have OAuth 2.0 tokens.
$subject