We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ea5a0 commit 9f68e99Copy full SHA for 9f68e99
wp-includes/rest-api/auth/class-wp-rest-token.php
@@ -131,12 +131,12 @@ public function get_item_schema() {
131
'title' => __( 'JSON Web Token', 'jwt-auth' ),
132
'type' => 'object',
133
'properties' => array(
134
- 'access_token' => array(
+ 'access_token' => array(
135
'description' => esc_html__( 'JSON Web Token.', 'jwt-auth' ),
136
'type' => 'string',
137
'readonly' => true,
138
),
139
- 'data' => array(
+ 'data' => array(
140
'description' => esc_html__( 'JSON Web Token private claim data.', 'jwt-auth' ),
141
142
0 commit comments