createSession method
ResponseFuture<CreateSessionResponse>
createSession(
- CreateSessionRequest request, {
- CallOptions? options,
Create a new session
Deprecated: please move to the corresponding endpoint under session service v2. This endpoint will be removed with the next major version of ZITADEL.
Implementation
$grpc.ResponseFuture<$0.CreateSessionResponse> createSession(
$0.CreateSessionRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createSession, request, options: options);
}