Skip to content

Commit

Permalink
fix doc: user token grant response
Browse files Browse the repository at this point in the history
- clarify that this field is always null (instead of
explaining a lot about the various formats of the access token
when no access token will be returned)

Co-authored-by: Peter Chen <peter-h.chen@broadcom.com>
  • Loading branch information
peterhaochen47 authored and swalchemist committed Mar 28, 2024
1 parent ba00c08 commit e891c09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ void getTokenUsingUserTokenGrant() throws Exception {
);

Snippet responseFields = responseFields(
accessTokenFieldDescriptor,
fieldWithPath("access_token").description("This field is always `null`."),
tokenTypeFieldDescriptor,
expiresInFieldDescriptor,
scopeFieldDescriptorWhenUserToken,
Expand Down

0 comments on commit e891c09

Please sign in to comment.