SettingsServiceClient class

Deprecated: use settings service v2 instead. This service will be removed in the next major version of ZITADEL.

Annotations
  • @GrpcServiceName.new('zitadel.settings.v2beta.SettingsService')

Constructors

SettingsServiceClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
deleteOrganizationSettings(DeleteOrganizationSettingsRequest request, {CallOptions? options}) → ResponseFuture<DeleteOrganizationSettingsResponse>
Delete Organization Settings
getActiveIdentityProviders(GetActiveIdentityProvidersRequest request, {CallOptions? options}) → ResponseFuture<GetActiveIdentityProvidersResponse>
Get the current active identity providers
getBrandingSettings(GetBrandingSettingsRequest request, {CallOptions? options}) → ResponseFuture<GetBrandingSettingsResponse>
Get the current active branding settings
getDomainSettings(GetDomainSettingsRequest request, {CallOptions? options}) → ResponseFuture<GetDomainSettingsResponse>
Get the domain settings
getGeneralSettings(GetGeneralSettingsRequest request, {CallOptions? options}) → ResponseFuture<GetGeneralSettingsResponse>
Get basic information over the instance
getLegalAndSupportSettings(GetLegalAndSupportSettingsRequest request, {CallOptions? options}) → ResponseFuture<GetLegalAndSupportSettingsResponse>
Get the legal and support settings
getLockoutSettings(GetLockoutSettingsRequest request, {CallOptions? options}) → ResponseFuture<GetLockoutSettingsResponse>
Get the lockout settings
getLoginSettings(GetLoginSettingsRequest request, {CallOptions? options}) → ResponseFuture<GetLoginSettingsResponse>
Get the login settings
getPasswordComplexitySettings(GetPasswordComplexitySettingsRequest request, {CallOptions? options}) → ResponseFuture<GetPasswordComplexitySettingsResponse>
Get the password complexity settings
getPasswordExpirySettings(GetPasswordExpirySettingsRequest request, {CallOptions? options}) → ResponseFuture<GetPasswordExpirySettingsResponse>
Get the password expiry settings
getSecuritySettings(GetSecuritySettingsRequest request, {CallOptions? options}) → ResponseFuture<GetSecuritySettingsResponse>
Get the security settings
listOrganizationSettings(ListOrganizationSettingsRequest request, {CallOptions? options}) → ResponseFuture<ListOrganizationSettingsResponse>
List Organization Settings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOrganizationSettings(SetOrganizationSettingsRequest request, {CallOptions? options}) → ResponseFuture<SetOrganizationSettingsResponse>
Set Organization Settings
setSecuritySettings(SetSecuritySettingsRequest request, {CallOptions? options}) → ResponseFuture<SetSecuritySettingsResponse>
Set the security settings
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultHost → const String
The hostname for this service.
oauthScopes → const List<String>
OAuth scopes needed for the client.