Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-openid-connect-providers.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Michelle Purcell <[email protected]>
  • Loading branch information
sberyozkin and michelle-purcell authored Jul 11, 2023
1 parent 74b5a71 commit 85b5baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ import jakarta.ws.rs.Produces;
import jakarta.ws.rs.core.MediaType;
@RegisterRestClient(configKey="google-calendar-api")
@AccessToken
@AccessToken <1>
@Path("/calendars/primary")
public interface GoogleCalendarClient {
@POST
Expand Down

0 comments on commit 85b5baa

Please sign in to comment.