GoogleCloudIdentitytoolkitAdminV2IdpConfig constructor
GoogleCloudIdentitytoolkitAdminV2IdpConfig({
- List<
GoogleCloudIdentitytoolkitAdminV2IdpCertificate> ? idpCertificates, - String? idpEntityId,
- bool? signRequest,
- String? ssoUrl,
Implementation
GoogleCloudIdentitytoolkitAdminV2IdpConfig({
this.idpCertificates,
this.idpEntityId,
this.signRequest,
this.ssoUrl,
});