Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 547 Bytes

AuthenticationDTO.md

File metadata and controls

16 lines (11 loc) · 547 Bytes

swagger.model.AuthenticationDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
identifier String User identifier, email or URI [optional] [default to null]
password String User password [optional] [default to null]

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