ApplicationServiceClient class

Service to manage applications. This service provides methods to create, update, delete and list application and application keys.

Annotations
  • @GrpcServiceName.new('zitadel.application.v2.ApplicationService')

Constructors

ApplicationServiceClient(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
createApplication(CreateApplicationRequest request, {CallOptions? options}) → ResponseFuture<CreateApplicationResponse>
Create Application
createApplicationKey(CreateApplicationKeyRequest request, {CallOptions? options}) → ResponseFuture<CreateApplicationKeyResponse>
Create Application Key
deactivateApplication(DeactivateApplicationRequest request, {CallOptions? options}) → ResponseFuture<DeactivateApplicationResponse>
Deactivate Application
deleteApplication(DeleteApplicationRequest request, {CallOptions? options}) → ResponseFuture<DeleteApplicationResponse>
Delete Application
deleteApplicationKey(DeleteApplicationKeyRequest request, {CallOptions? options}) → ResponseFuture<DeleteApplicationKeyResponse>
Delete Application Key
generateClientSecret(GenerateClientSecretRequest request, {CallOptions? options}) → ResponseFuture<GenerateClientSecretResponse>
Generate Client Secret
getApplication(GetApplicationRequest request, {CallOptions? options}) → ResponseFuture<GetApplicationResponse>
Get Application
getApplicationKey(GetApplicationKeyRequest request, {CallOptions? options}) → ResponseFuture<GetApplicationKeyResponse>
Get Application Key
listApplicationKeys(ListApplicationKeysRequest request, {CallOptions? options}) → ResponseFuture<ListApplicationKeysResponse>
List Application Keys
listApplications(ListApplicationsRequest request, {CallOptions? options}) → ResponseFuture<ListApplicationsResponse>
List Applications
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reactivateApplication(ReactivateApplicationRequest request, {CallOptions? options}) → ResponseFuture<ReactivateApplicationResponse>
Reactivate Application
toString() String
A string representation of this object.
inherited
updateApplication(UpdateApplicationRequest request, {CallOptions? options}) → ResponseFuture<UpdateApplicationResponse>
Update Application

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.