Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 768 Bytes

SubmitSelfServiceRegistrationFlowBody.md

File metadata and controls

19 lines (14 loc) · 768 Bytes

kratos_api_dart.model.SubmitSelfServiceRegistrationFlowBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
csrfToken String The CSRF Token [optional]
method String Method to use This field must be set to oidc when using the oidc method.
password String Password to sign the user up with
traits JsonObject The identity traits
provider String The provider to register with

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