Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.42 KB

ExternalProvider.md

File metadata and controls

24 lines (19 loc) · 1.42 KB

core_openapi.model.ExternalProvider

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
type ExternalProviderTypeEnum
userId String This is the user_id within the provider.
accessToken String This is optional here, but will be present for BB, Github, and google. [optional]
expiresIn int Some providers have an expiration on their access token. IE BB, Google, NOT Github. [optional]
created GroupedTimestamp
updated GroupedTimestamp
profileData ExternalProviderProfileData [optional]
connection String This is an optional field that will be provided onentreprise connections. ie is type == waad then connection might be PiecesApp. However is other cases,you my find your provider and connection is the exact same string. To decifer between the two, you can use the isSocial bool. [optional]
isSocial bool [optional]

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