@@ -77,27 +77,27 @@ This grant type implements the Refresh Token Grant of OAuth2.
77
77
In this grant a user exchanges a previously issued refresh token for a new access token and a new refresh token.
78
78
79
79
`password`::
80
- (string) The user's password. If you specify the `password` grant type, this
80
+ (Optional^*^, string) The user's password. If you specify the `password` grant type, this
81
81
parameter is required. This parameter is not valid with any other supported
82
82
grant type.
83
83
84
84
`kerberos_ticket`::
85
- (string) base64 encoded kerberos ticket. If you specify the `_kerberos` grant type,
86
- this parameter is required. This parameter is not valid with any other supported
87
- grant type.
85
+ (Optional^*^, string) The base64 encoded kerberos ticket. If you specify the
86
+ `_kerberos` grant type, this parameter is required. This parameter is not valid
87
+ with any other supported grant type.
88
88
89
89
`refresh_token`::
90
- (string) If you specify the `refresh_token` grant type, this parameter is
91
- required. It contains the string that was returned when you created the token
92
- and enables you to extend its life . This parameter is not valid with any other
90
+ (Optional^*^, string) The string that was returned when you created the token,
91
+ which enables you to extend its life. If you specify the `refresh_token` grant
92
+ type, this parameter is required . This parameter is not valid with any other
93
93
supported grant type.
94
94
95
95
`scope`::
96
- (string) The scope of the token. Currently tokens are only issued for a scope of
96
+ (Optional, string) The scope of the token. Currently tokens are only issued for a scope of
97
97
`FULL` regardless of the value sent with the request.
98
98
99
99
`username`::
100
- (string) The username that identifies the user. If you specify the `password`
100
+ (Optional^*^, string) The username that identifies the user. If you specify the `password`
101
101
grant type, this parameter is required. This parameter is not valid with any
102
102
other supported grant type.
103
103
0 commit comments