getLoginSettings method

ResponseFuture<GetLoginSettingsResponse> getLoginSettings(
  1. GetLoginSettingsRequest request, {
  2. CallOptions? options,
})

Get the login settings

Deprecated: please move to the corresponding endpoint under settings service v2. This endpoint will be removed with the next major version of ZITADEL.

Implementation

$grpc.ResponseFuture<$0.GetLoginSettingsResponse> getLoginSettings(
  $0.GetLoginSettingsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getLoginSettings, request, options: options);
}