Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 4.04 KB

CreateLoginConfigurationOutput.md

File metadata and controls

23 lines (18 loc) · 4.04 KB

affinidi_tdk_login_configuration_client.model.CreateLoginConfigurationOutput

Load the model package

import 'package:affinidi_tdk_login_configuration_client/api.dart';

Properties

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 []]

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