Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 840 Bytes

Auth0Identity.md

File metadata and controls

20 lines (15 loc) · 840 Bytes

core_openapi.model.Auth0Identity

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
connection String Name of the Auth0 connection used to authenticate the user. [optional]
isSocial bool Indicates whether the connection is a social one. [optional]
provider String mapped from user_id -> id [optional]
userId String User's unique identifier for this connection/provider. [optional]
accessToken String [optional]
expiresIn int [optional]

[Back to Model list] [Back to API list] [Back to README]