AuthServiceBase constructor

AuthServiceBase()

Implementation

AuthServiceBase() {
  $addMethod($grpc.ServiceMethod<$2.HealthzRequest, $2.HealthzResponse>(
      'Healthz',
      healthz_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.HealthzRequest.fromBuffer(value),
      ($2.HealthzResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetSupportedLanguagesRequest, $2.GetSupportedLanguagesResponse>(
      'GetSupportedLanguages',
      getSupportedLanguages_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetSupportedLanguagesRequest.fromBuffer(value),
      ($2.GetSupportedLanguagesResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyUserRequest, $2.GetMyUserResponse>(
      'GetMyUser',
      getMyUser_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyUserRequest.fromBuffer(value),
      ($2.GetMyUserResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyUserRequest, $2.RemoveMyUserResponse>(
      'RemoveMyUser',
      removeMyUser_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyUserRequest.fromBuffer(value),
      ($2.RemoveMyUserResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyUserChangesRequest, $2.ListMyUserChangesResponse>(
      'ListMyUserChanges',
      listMyUserChanges_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyUserChangesRequest.fromBuffer(value),
      ($2.ListMyUserChangesResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyUserSessionsRequest, $2.ListMyUserSessionsResponse>(
      'ListMyUserSessions',
      listMyUserSessions_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyUserSessionsRequest.fromBuffer(value),
      ($2.ListMyUserSessionsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyMetadataRequest, $2.ListMyMetadataResponse>(
      'ListMyMetadata',
      listMyMetadata_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyMetadataRequest.fromBuffer(value),
      ($2.ListMyMetadataResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyMetadataRequest, $2.GetMyMetadataResponse>(
      'GetMyMetadata',
      getMyMetadata_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyMetadataRequest.fromBuffer(value),
      ($2.GetMyMetadataResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyRefreshTokensRequest, $2.ListMyRefreshTokensResponse>(
      'ListMyRefreshTokens',
      listMyRefreshTokens_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyRefreshTokensRequest.fromBuffer(value),
      ($2.ListMyRefreshTokensResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RevokeMyRefreshTokenRequest, $2.RevokeMyRefreshTokenResponse>(
      'RevokeMyRefreshToken',
      revokeMyRefreshToken_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RevokeMyRefreshTokenRequest.fromBuffer(value),
      ($2.RevokeMyRefreshTokenResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RevokeAllMyRefreshTokensRequest, $2.RevokeAllMyRefreshTokensResponse>(
      'RevokeAllMyRefreshTokens',
      revokeAllMyRefreshTokens_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RevokeAllMyRefreshTokensRequest.fromBuffer(value),
      ($2.RevokeAllMyRefreshTokensResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.UpdateMyUserNameRequest, $2.UpdateMyUserNameResponse>(
      'UpdateMyUserName',
      updateMyUserName_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.UpdateMyUserNameRequest.fromBuffer(value),
      ($2.UpdateMyUserNameResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyPasswordComplexityPolicyRequest, $2.GetMyPasswordComplexityPolicyResponse>(
      'GetMyPasswordComplexityPolicy',
      getMyPasswordComplexityPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyPasswordComplexityPolicyRequest.fromBuffer(value),
      ($2.GetMyPasswordComplexityPolicyResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.UpdateMyPasswordRequest, $2.UpdateMyPasswordResponse>(
      'UpdateMyPassword',
      updateMyPassword_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.UpdateMyPasswordRequest.fromBuffer(value),
      ($2.UpdateMyPasswordResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyProfileRequest, $2.GetMyProfileResponse>(
      'GetMyProfile',
      getMyProfile_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyProfileRequest.fromBuffer(value),
      ($2.GetMyProfileResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.UpdateMyProfileRequest, $2.UpdateMyProfileResponse>(
      'UpdateMyProfile',
      updateMyProfile_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.UpdateMyProfileRequest.fromBuffer(value),
      ($2.UpdateMyProfileResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyEmailRequest, $2.GetMyEmailResponse>(
      'GetMyEmail',
      getMyEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyEmailRequest.fromBuffer(value),
      ($2.GetMyEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.SetMyEmailRequest, $2.SetMyEmailResponse>(
      'SetMyEmail',
      setMyEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.SetMyEmailRequest.fromBuffer(value),
      ($2.SetMyEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.VerifyMyEmailRequest, $2.VerifyMyEmailResponse>(
      'VerifyMyEmail',
      verifyMyEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.VerifyMyEmailRequest.fromBuffer(value),
      ($2.VerifyMyEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ResendMyEmailVerificationRequest, $2.ResendMyEmailVerificationResponse>(
      'ResendMyEmailVerification',
      resendMyEmailVerification_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ResendMyEmailVerificationRequest.fromBuffer(value),
      ($2.ResendMyEmailVerificationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyPhoneRequest, $2.GetMyPhoneResponse>(
      'GetMyPhone',
      getMyPhone_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyPhoneRequest.fromBuffer(value),
      ($2.GetMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.SetMyPhoneRequest, $2.SetMyPhoneResponse>(
      'SetMyPhone',
      setMyPhone_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.SetMyPhoneRequest.fromBuffer(value),
      ($2.SetMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.VerifyMyPhoneRequest, $2.VerifyMyPhoneResponse>(
      'VerifyMyPhone',
      verifyMyPhone_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.VerifyMyPhoneRequest.fromBuffer(value),
      ($2.VerifyMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ResendMyPhoneVerificationRequest, $2.ResendMyPhoneVerificationResponse>(
      'ResendMyPhoneVerification',
      resendMyPhoneVerification_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ResendMyPhoneVerificationRequest.fromBuffer(value),
      ($2.ResendMyPhoneVerificationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyPhoneRequest, $2.RemoveMyPhoneResponse>(
      'RemoveMyPhone',
      removeMyPhone_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyPhoneRequest.fromBuffer(value),
      ($2.RemoveMyPhoneResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyAvatarRequest, $2.RemoveMyAvatarResponse>(
      'RemoveMyAvatar',
      removeMyAvatar_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyAvatarRequest.fromBuffer(value),
      ($2.RemoveMyAvatarResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyLinkedIDPsRequest, $2.ListMyLinkedIDPsResponse>(
      'ListMyLinkedIDPs',
      listMyLinkedIDPs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyLinkedIDPsRequest.fromBuffer(value),
      ($2.ListMyLinkedIDPsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyLinkedIDPRequest, $2.RemoveMyLinkedIDPResponse>(
      'RemoveMyLinkedIDP',
      removeMyLinkedIDP_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyLinkedIDPRequest.fromBuffer(value),
      ($2.RemoveMyLinkedIDPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyAuthFactorsRequest, $2.ListMyAuthFactorsResponse>(
      'ListMyAuthFactors',
      listMyAuthFactors_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyAuthFactorsRequest.fromBuffer(value),
      ($2.ListMyAuthFactorsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.AddMyAuthFactorOTPRequest, $2.AddMyAuthFactorOTPResponse>(
      'AddMyAuthFactorOTP',
      addMyAuthFactorOTP_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.AddMyAuthFactorOTPRequest.fromBuffer(value),
      ($2.AddMyAuthFactorOTPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.VerifyMyAuthFactorOTPRequest, $2.VerifyMyAuthFactorOTPResponse>(
      'VerifyMyAuthFactorOTP',
      verifyMyAuthFactorOTP_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.VerifyMyAuthFactorOTPRequest.fromBuffer(value),
      ($2.VerifyMyAuthFactorOTPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyAuthFactorOTPRequest, $2.RemoveMyAuthFactorOTPResponse>(
      'RemoveMyAuthFactorOTP',
      removeMyAuthFactorOTP_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyAuthFactorOTPRequest.fromBuffer(value),
      ($2.RemoveMyAuthFactorOTPResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.AddMyAuthFactorOTPSMSRequest, $2.AddMyAuthFactorOTPSMSResponse>(
      'AddMyAuthFactorOTPSMS',
      addMyAuthFactorOTPSMS_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.AddMyAuthFactorOTPSMSRequest.fromBuffer(value),
      ($2.AddMyAuthFactorOTPSMSResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyAuthFactorOTPSMSRequest, $2.RemoveMyAuthFactorOTPSMSResponse>(
      'RemoveMyAuthFactorOTPSMS',
      removeMyAuthFactorOTPSMS_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyAuthFactorOTPSMSRequest.fromBuffer(value),
      ($2.RemoveMyAuthFactorOTPSMSResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.AddMyAuthFactorOTPEmailRequest, $2.AddMyAuthFactorOTPEmailResponse>(
      'AddMyAuthFactorOTPEmail',
      addMyAuthFactorOTPEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.AddMyAuthFactorOTPEmailRequest.fromBuffer(value),
      ($2.AddMyAuthFactorOTPEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyAuthFactorOTPEmailRequest, $2.RemoveMyAuthFactorOTPEmailResponse>(
      'RemoveMyAuthFactorOTPEmail',
      removeMyAuthFactorOTPEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyAuthFactorOTPEmailRequest.fromBuffer(value),
      ($2.RemoveMyAuthFactorOTPEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.AddMyAuthFactorU2FRequest, $2.AddMyAuthFactorU2FResponse>(
      'AddMyAuthFactorU2F',
      addMyAuthFactorU2F_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.AddMyAuthFactorU2FRequest.fromBuffer(value),
      ($2.AddMyAuthFactorU2FResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.VerifyMyAuthFactorU2FRequest, $2.VerifyMyAuthFactorU2FResponse>(
      'VerifyMyAuthFactorU2F',
      verifyMyAuthFactorU2F_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.VerifyMyAuthFactorU2FRequest.fromBuffer(value),
      ($2.VerifyMyAuthFactorU2FResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyAuthFactorU2FRequest, $2.RemoveMyAuthFactorU2FResponse>(
      'RemoveMyAuthFactorU2F',
      removeMyAuthFactorU2F_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyAuthFactorU2FRequest.fromBuffer(value),
      ($2.RemoveMyAuthFactorU2FResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyPasswordlessRequest, $2.ListMyPasswordlessResponse>(
      'ListMyPasswordless',
      listMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyPasswordlessRequest.fromBuffer(value),
      ($2.ListMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.AddMyPasswordlessRequest, $2.AddMyPasswordlessResponse>(
      'AddMyPasswordless',
      addMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.AddMyPasswordlessRequest.fromBuffer(value),
      ($2.AddMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.AddMyPasswordlessLinkRequest, $2.AddMyPasswordlessLinkResponse>(
      'AddMyPasswordlessLink',
      addMyPasswordlessLink_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.AddMyPasswordlessLinkRequest.fromBuffer(value),
      ($2.AddMyPasswordlessLinkResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.SendMyPasswordlessLinkRequest, $2.SendMyPasswordlessLinkResponse>(
      'SendMyPasswordlessLink',
      sendMyPasswordlessLink_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.SendMyPasswordlessLinkRequest.fromBuffer(value),
      ($2.SendMyPasswordlessLinkResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.VerifyMyPasswordlessRequest, $2.VerifyMyPasswordlessResponse>(
      'VerifyMyPasswordless',
      verifyMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.VerifyMyPasswordlessRequest.fromBuffer(value),
      ($2.VerifyMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.RemoveMyPasswordlessRequest, $2.RemoveMyPasswordlessResponse>(
      'RemoveMyPasswordless',
      removeMyPasswordless_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.RemoveMyPasswordlessRequest.fromBuffer(value),
      ($2.RemoveMyPasswordlessResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyUserGrantsRequest, $2.ListMyUserGrantsResponse>(
      'ListMyUserGrants',
      listMyUserGrants_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyUserGrantsRequest.fromBuffer(value),
      ($2.ListMyUserGrantsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyProjectOrgsRequest, $2.ListMyProjectOrgsResponse>(
      'ListMyProjectOrgs',
      listMyProjectOrgs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyProjectOrgsRequest.fromBuffer(value),
      ($2.ListMyProjectOrgsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyZitadelPermissionsRequest, $2.ListMyZitadelPermissionsResponse>(
      'ListMyZitadelPermissions',
      listMyZitadelPermissions_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyZitadelPermissionsRequest.fromBuffer(value),
      ($2.ListMyZitadelPermissionsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyProjectPermissionsRequest, $2.ListMyProjectPermissionsResponse>(
      'ListMyProjectPermissions',
      listMyProjectPermissions_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyProjectPermissionsRequest.fromBuffer(value),
      ($2.ListMyProjectPermissionsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.ListMyMembershipsRequest, $2.ListMyMembershipsResponse>(
      'ListMyMemberships',
      listMyMemberships_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.ListMyMembershipsRequest.fromBuffer(value),
      ($2.ListMyMembershipsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyLabelPolicyRequest, $2.GetMyLabelPolicyResponse>(
      'GetMyLabelPolicy',
      getMyLabelPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyLabelPolicyRequest.fromBuffer(value),
      ($2.GetMyLabelPolicyResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyPrivacyPolicyRequest, $2.GetMyPrivacyPolicyResponse>(
      'GetMyPrivacyPolicy',
      getMyPrivacyPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyPrivacyPolicyRequest.fromBuffer(value),
      ($2.GetMyPrivacyPolicyResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$2.GetMyLoginPolicyRequest, $2.GetMyLoginPolicyResponse>(
      'GetMyLoginPolicy',
      getMyLoginPolicy_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $2.GetMyLoginPolicyRequest.fromBuffer(value),
      ($2.GetMyLoginPolicyResponse value) => value.writeToBuffer()));
}