You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create and complete accountless applications. Note that this is an experimental feature and subject to change or be removed without notice.
134
136
externalDocs:
135
137
url: https://clerk.com/docs
136
138
paths:
@@ -2244,50 +2246,7 @@ paths:
2244
2246
- $ref: '#/components/parameters/OffsetParameter'
2245
2247
responses:
2246
2248
'200':
2247
-
description: The OAuth access token of the user, if any.
2248
-
content:
2249
-
application/json:
2250
-
schema:
2251
-
type: array
2252
-
items:
2253
-
type: object
2254
-
additionalProperties: false
2255
-
properties:
2256
-
object:
2257
-
type: string
2258
-
external_account_id:
2259
-
description: External account ID
2260
-
type: string
2261
-
provider_user_id:
2262
-
description: The unique ID of the user in the external provider's system
2263
-
type: string
2264
-
token:
2265
-
type: string
2266
-
description: The access token
2267
-
provider:
2268
-
type: string
2269
-
description: The ID of the provider
2270
-
public_metadata:
2271
-
type: object
2272
-
additionalProperties: true
2273
-
label:
2274
-
type: string
2275
-
nullable: true
2276
-
scopes:
2277
-
type: array
2278
-
items:
2279
-
type: string
2280
-
description: |-
2281
-
The list of scopes that the token is valid for.
2282
-
Only present for OAuth 2.0 tokens.
2283
-
token_secret:
2284
-
type: string
2285
-
description: The token secret. Only present for OAuth 1.0 tokens.
2286
-
expires_at:
2287
-
type: integer
2288
-
format: int64
2289
-
nullable: true
2290
-
description: Unix timestamp of the access token expiration.
0 commit comments