import 'package:affinidi_tdk_login_configuration_client/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
ari | String | Configuration ari | |
projectId | String | Project id | |
configurationId | String | Configuration id | [optional] |
name | String | User defined login configuration name | |
auth | CreateLoginConfigurationOutputAuth | ||
redirectUris | List | OAuth 2.0 Redirect URIs | [default to const []] |
clientMetadata | LoginConfigurationClientMetadataOutput | ||
creationDate | String | OAuth 2.0 Client Creation Date | |
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 []] |