Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1011 Bytes

File metadata and controls

23 lines (18 loc) · 1011 Bytes

core_openapi.model.Auth0

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
identity Auth0Identity [optional]
user Auth0User [optional]
metadata Auth0UserMetadata [optional]
domain String The domain of your Auth 0 Service
client String The Client ID for your Auth0 Service
audience String The Server Audience of your Auth0 Service
redirects Auth0Redirects
oAuth OAuthGroup
namespace String An optional namespace parameter to add an additional namespace [optional]

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