Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 771 Bytes

SubmitSelfServiceLoginFlowWithOidcMethodBody.md

File metadata and controls

18 lines (13 loc) · 771 Bytes

kratos_api_dart.model.SubmitSelfServiceLoginFlowWithOidcMethodBody

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. This is a placeholder for the registration flow. [optional]

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