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

    Interface ProfileServiceBaseClient

    Defines the low-level gRPC client for the nebius.iam.v1.ProfileService service.

    interface ProfileServiceBaseClient {
        get(
            request: GetProfileRequest,
            metadata: Metadata,
            options: Partial<CallOptions>,
            callback: (
                error: ServiceError | null,
                response: GetProfileResponse,
            ) => void,
        ): SurfaceCall;
    }

    Hierarchy

    • Client
      • ProfileServiceBaseClient
    Index
    • Returns the current user's profile.

      Parameters

      Returns SurfaceCall