@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface ProfileServiceServer

    Handles server calls for the nebius.iam.v1.ProfileService service.

    interface ProfileServiceServer {
        get: handleUnaryCall<GetProfileRequest, GetProfileResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ProfileServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.iam.v1.ProfileService service.

    Index
    get: handleUnaryCall<GetProfileRequest, GetProfileResponse>

    Returns the current user's profile.