Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 4.23 KB

UpdateLoginConfigurationInput.md

File metadata and controls

23 lines (18 loc) · 4.23 KB

affinidi_tdk_login_configuration_client.model.UpdateLoginConfigurationInput

Load the model package

import 'package:affinidi_tdk_login_configuration_client/api.dart';

Properties

Name Type Description Notes
name String User defined login configuration name [optional]
redirectUris List OAuth 2.0 Redirect URIs [optional] [default to const []]
postLogoutRedirectUris List Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs [optional] [default to const []]
clientSecret String OAuth2 client secret [optional]
vpDefinition String VP definition in JSON stringify format [optional]
presentationDefinition Object Presentation Definition [optional]
clientMetadata LoginConfigurationClientMetadataInput [optional]
tokenEndpointAuthMethod TokenEndpointAuthMethod [optional]
failOnMappingConflict bool Interrupts login process if duplications of data fields names will be found [optional]

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