SessionServiceBase class abstract

Annotations
  • @GrpcServiceName('zitadel.session.v2beta.SessionService')

Constructors

SessionServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createSession(ServiceCall call, CreateSessionRequest request) Future<CreateSessionResponse>
createSession_Pre(ServiceCall call, Future<CreateSessionRequest> request) Future<CreateSessionResponse>
deleteSession(ServiceCall call, DeleteSessionRequest request) Future<DeleteSessionResponse>
deleteSession_Pre(ServiceCall call, Future<DeleteSessionRequest> request) Future<DeleteSessionResponse>
getSession(ServiceCall call, GetSessionRequest request) Future<GetSessionResponse>
getSession_Pre(ServiceCall call, Future<GetSessionRequest> request) Future<GetSessionResponse>
listSessions(ServiceCall call, ListSessionsRequest request) Future<ListSessionsResponse>
listSessions_Pre(ServiceCall call, Future<ListSessionsRequest> request) Future<ListSessionsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSession(ServiceCall call, SetSessionRequest request) Future<SetSessionResponse>
setSession_Pre(ServiceCall call, Future<SetSessionRequest> request) Future<SetSessionResponse>
toString() String
A string representation of this object.
inherited

Operators

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