Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 728 Bytes

SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md

File metadata and controls

18 lines (13 loc) · 728 Bytes

kratos_api_dart.model.SubmitSelfServiceRegistrationFlowWithOidcMethodBody

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.
provider String The provider to register with
traits JsonObject The identity traits [optional]

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