File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ package graph
55const (
66 APIName = "microsoft graph" // APIName: represents the name of the API.
77 DefaultBaseDomain = "graph.microsoft.com" // DefaultBaseDomain: represents the base domain for the graph instance.
8- OAuthTokenEndpoint = "graph.microsoft.com" // OAuthTokenEndpoint: The endpoint to obtain an OAuth token.
9- BearerTokenEndpoint = "graph.microsoft.com" // BearerTokenEndpoint: The endpoint to obtain a bearer token.
8+ OAuthTokenEndpoint = "/oauth2/v2.0/token" // OAuthTokenEndpoint: The endpoint to obtain an OAuth token.
9+ BearerTokenEndpoint = "" // BearerTokenEndpoint: The endpoint to obtain a bearer token.
1010 TokenRefreshEndpoint = "graph.microsoft.com" // TokenRefreshEndpoint: The endpoint to refresh an existing token.
1111 TokenInvalidateEndpoint = "graph.microsoft.com" // TokenInvalidateEndpoint: The endpoint to invalidate an active token.
1212 BearerTokenAuthenticationSupport = true // BearerTokenAuthSuppport: A boolean to indicate if the API supports bearer token authentication.
You can’t perform that action at this time.
0 commit comments